Skip to content

Commit bda813d

Browse files
committed
chore: fix lint-staged config
- lint-staged/lint-staged#869 Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
1 parent b1d716c commit bda813d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.lintstagedrc.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2-
"*": ["yarn check:format", "yarn check:spelling"],
3-
"**/*.{cjs,cts,gql,json,jsonc,md,mjs,ts,vue,yml}": ["yarn check:lint"],
2+
"*": ["prettier --check", "cspell lint --color --no-progress --relative $@"],
3+
"**/*.{cjs,cts,gql,json,jsonc,md,mjs,ts,vue,yml}": [
4+
"eslint --exit-on-fatal-error"
5+
],
46
"**/yarn.lock": "yarn dedupe --check"
57
}

0 commit comments

Comments
 (0)