We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1d716c commit bda813dCopy full SHA for bda813d
.lintstagedrc.json
@@ -1,5 +1,7 @@
1
{
2
- "*": ["yarn check:format", "yarn check:spelling"],
3
- "**/*.{cjs,cts,gql,json,jsonc,md,mjs,ts,vue,yml}": ["yarn check:lint"],
+ "*": ["prettier --check", "cspell lint --color --no-progress --relative $@"],
+ "**/*.{cjs,cts,gql,json,jsonc,md,mjs,ts,vue,yml}": [
4
+ "eslint --exit-on-fatal-error"
5
+ ],
6
"**/yarn.lock": "yarn dedupe --check"
7
}
0 commit comments