We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb8e9fd commit ab05ccbCopy full SHA for ab05ccb
.prettierrc.yml
@@ -0,0 +1,5 @@
1
+trailingComma: all
2
+printWidth: 140
3
+tabWidth: 4
4
+arrowParens: always
5
+bracketSpacing: true
package.json
@@ -14,7 +14,7 @@
14
"webpack": "rimraf ./build && webpack",
15
"demo": "npm run build && node ./demo",
16
"typedoc": "npm run build && typedoc --out docs/ src/ --module commonjs --target ES6 --disableOutputCheck",
17
- "style": "prettier -l --trailing-comma all --print-width 140 --arrow-parens always \"src/**/*.ts\"",
+ "style": "prettier -l \"src/**/*.ts\"",
18
"fix-types": "node types-absolute-fixer.js"
19
},
20
"files": [
0 commit comments