We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00d597b commit 76a41abCopy full SHA for 76a41ab
1 file changed
package.json
@@ -35,7 +35,7 @@
35
"build": "tsc -p tsconfig.build.json",
36
"build:watch": "tsc -p tsconfig.build.json --watch",
37
"eslint:check": "eslint src",
38
- "format": "prettier src --write && eslint --fix src",
+ "format": "eslint --fix src && prettier src --write",
39
"prepack": "pnpm run build",
40
"prepare": "husky",
41
"prettier:check": "prettier --check src",
0 commit comments