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 a93d5f2 commit 548a7f6Copy full SHA for 548a7f6
.prettierrc
@@ -0,0 +1,7 @@
1
+{
2
+ "trailingComma": "all",
3
+ "tabWidth": 2,
4
+ "semi": true,
5
+ "singleQuote": true,
6
+ "printWidth": 80
7
+}
package.json
@@ -8,6 +8,7 @@
8
"scripts": {
9
"build": "tsc --project tsconfig.json && cp -r src/vendors dist/vendors",
10
"clean": "rm -rf dist types",
11
+ "format": "prettier --write \"**/*.js\" \"**/*.ts\"",
12
"lint": "eslint .",
13
"test": "echo 1"
14
},
0 commit comments