Browse Source

Separate prettierrc

Use separate file
master
TheoryOfNekomata 3 years ago
parent
commit
eb7f4a80a1
2 changed files with 6 additions and 6 deletions
  1. +6
    -0
      .prettierrc
  2. +0
    -6
      package.json

+ 6
- 0
.prettierrc View File

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

+ 0
- 6
package.json View File

@@ -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",


Loading…
Cancel
Save