Skip to content

Commit 51fa55e

Browse files
committed
run in current directory to make use of the .prettierignore
1 parent 27c0afb commit 51fa55e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"build": "tsc -p tsconfig.build.json",
99
"lint": "eslint '**/*.{ts,js}'",
1010
"fix": "eslint --fix '**/*.{ts,js}'",
11-
"format": "prettier -w **",
12-
"format:check": "prettier -c **",
11+
"format": "prettier -w .",
12+
"format:check": "prettier -c .",
1313
"test": "jest",
1414
"test:watch": "jest --watch",
1515
"coverage": "jest --coverage",

0 commit comments

Comments
 (0)