We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b769863 commit b02fa72Copy full SHA for b02fa72
package.json
@@ -12,7 +12,7 @@
12
"format:fix": "yarn format:all --write",
13
"format:check": "yarn format:all --list-different",
14
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
15
- "lint:fix": "yarn lint --fix && yarn prettier:fix",
+ "lint:fix": "yarn lint --fix && yarn format:fix",
16
"postversion": "node --experimental-strip-types scripts/postversion.mts",
17
"prepack": "rm -Rf dist && npm run build",
18
"test": "jest -i",
0 commit comments