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 3935899 commit e111d73Copy full SHA for e111d73
package.json
@@ -4,11 +4,11 @@
4
"license": "MIT",
5
"scripts": {
6
"prepare": "husky",
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"
+ "typecheck": "pnpm nx run-many -t typecheck --projects='packages/*'",
+ "lint": "pnpm nx run-many -t lint --projects='packages/*'",
+ "format": "prettier --check .",
+ "format:fix": "prettier --check . --write",
+ "check": "pnpm tsc && pnpm lint && pnpm format"
12
},
13
"private": true,
14
"devDependencies": {
0 commit comments