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.
format:check
1 parent 379c391 commit f44d294Copy full SHA for f44d294
package.json
@@ -53,7 +53,7 @@
53
},
54
"scripts": {
55
"format": "prettier --write . --cache --cache-strategy content",
56
- "format:check": "prettier --check .",
+ "format:check": "prettier --check . '!**/*/**' --config prettier.config.mjs",
57
"lint": "eslint . --config eslint.config.mjs --cache --cache-strategy content",
58
"lint:fix": "eslint --fix . --config eslint.config.mjs",
59
"build": "yarn build:packages",
0 commit comments