Parcourir la source

Separate prettierrc

Use separate file
master
TheoryOfNekomata il y a 3 ans
Parent
révision
eb7f4a80a1
2 fichiers modifiés avec 6 ajouts et 6 suppressions
  1. +6
    -0
      .prettierrc
  2. +0
    -6
      package.json

+ 6
- 0
.prettierrc Voir le fichier

@@ -0,0 +1,6 @@
{
"printWidth": 120,
"semi": false,
"singleQuote": true,
"trailingComma": "es5"
}

+ 0
- 6
package.json Voir le fichier

@@ -45,12 +45,6 @@
"pre-commit": "tsdx lint"
}
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"name": "@theoryofnekomata/formxtra",
"author": "TheoryOfNekomata <allan.crisostomo@outlook.com>",
"module": "dist/get-form-values.esm.js",


Chargement…
Annuler
Enregistrer