Skip to content

Commit 9de982c

Browse files
chore: fix cspell
1 parent 32d26c8 commit 9de982c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lint-staged.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module.exports = {
2-
"*": ["prettier --write --ignore-unknown", "cspell"],
2+
"*": ["prettier --write --ignore-unknown", "cspell --no-must-find-files"],
33
"*.{js,ts}": ["eslint --cache --fix"],
44
};

0 commit comments

Comments
 (0)