Skip to content

Commit

Permalink
chore(deps): update
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Jan 16, 2024
1 parent 292c112 commit 9470ee7
Show file tree
Hide file tree
Showing 3 changed files with 7,822 additions and 16,138 deletions.
5 changes: 4 additions & 1 deletion lint-staged.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
module.exports = {
"*": ["prettier --write --ignore-unknown", "cspell"],
"*": [
"prettier --write --ignore-unknown",
"cspell --no-must-find-files --cache",
],
"*.js": ["eslint --cache --fix"],
};
Loading

0 comments on commit 9470ee7

Please sign in to comment.