Skip to content

Commit

Permalink
chore(deps): update (#999)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Nov 29, 2022
1 parent 6ea0922 commit 7585663
Show file tree
Hide file tree
Showing 5 changed files with 661 additions and 475 deletions.
2 changes: 2 additions & 0 deletions .cspell.json
Expand Up @@ -41,6 +41,8 @@
"package-lock.json",
"/test/js",
"/test/outputs",
"/test/cases",
"/test/fixtures",
"/test/manual/dist"
]
}
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,ts}": ["eslint --cache --fix"],
};

0 comments on commit 7585663

Please sign in to comment.