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.
.prettierignore
1 parent 27c0afb commit 51fa55eCopy full SHA for 51fa55e
package.json
@@ -8,8 +8,8 @@
8
"build": "tsc -p tsconfig.build.json",
9
"lint": "eslint '**/*.{ts,js}'",
10
"fix": "eslint --fix '**/*.{ts,js}'",
11
- "format": "prettier -w **",
12
- "format:check": "prettier -c **",
+ "format": "prettier -w .",
+ "format:check": "prettier -c .",
13
"test": "jest",
14
"test:watch": "jest --watch",
15
"coverage": "jest --coverage",
0 commit comments