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 697d17c commit 1e90739Copy full SHA for 1e90739
package.json
@@ -17,7 +17,7 @@
17
"docs-preview": "vitepress preview docs",
18
"lint": "eslint . --ext .js,.ts",
19
"lint-fix": "eslint . --ext .js,.ts --fix",
20
- "format": "prettier **/*.{ts,js,json,yml,md} -l",
+ "format": "prettier **/*.{ts,js,json,yml,md} --check",
21
"format-fix": "prettier **/*.{ts,js,json,yml,md} --write",
22
"publish": "lerna publish --conventional-commits",
23
"reinstall": "yarn clean && yarn install",
0 commit comments