Skip to content

Commit

Permalink
chore: fix cspell
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Dec 5, 2022
1 parent 32d26c8 commit 9de982c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lint-staged.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
"*": ["prettier --write --ignore-unknown", "cspell"],
"*": ["prettier --write --ignore-unknown", "cspell --no-must-find-files"],
"*.{js,ts}": ["eslint --cache --fix"],
};

0 comments on commit 9de982c

Please sign in to comment.