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 69d7b8d commit 2df2d12Copy full SHA for 2df2d12
package.json
@@ -7,6 +7,7 @@
7
"tsc": "pnpm nx run-many -t typecheck --projects='packages/*'",
8
"eslint": "pnpm nx run-many -t lint --projects='packages/*'",
9
"prettier": "prettier --check .",
10
+ "prettier:fix": "prettier --check . --write",
11
"check": "pnpm tsc && pnpm eslint && pnpm prettier"
12
},
13
"private": true,
0 commit comments