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 May 6, 2023
1 parent cd7df3c commit a03844e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lint-staged.config.js
@@ -1,4 +1,4 @@
module.exports = {
"*": ["prettier --write --ignore-unknown", "cspell"],
"*": ["prettier --write --ignore-unknown", "cspell --no-must-find-files"],
"*.js": ["eslint --cache --fix"],
};

0 comments on commit a03844e

Please sign in to comment.