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
1 parent f44d294 commit 4af8744Copy full SHA for 4af8744
package.json
@@ -52,7 +52,7 @@
52
"jest-snapshot": "29.3.1"
53
},
54
"scripts": {
55
- "format": "prettier --write . --cache --cache-strategy content",
+ "format": "prettier --write . '!**/*/**' --config prettier.config.mjs --cache --cache-strategy content",
56
"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",
0 commit comments