Skip to content

Commit 7585663

Browse files
chore(deps): update (#999)
1 parent 6ea0922 commit 7585663

File tree

5 files changed

+661
-475
lines changed

5 files changed

+661
-475
lines changed

.cspell.json

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
"package-lock.json",
4242
"/test/js",
4343
"/test/outputs",
44+
"/test/cases",
45+
"/test/fixtures",
4446
"/test/manual/dist"
4547
]
4648
}

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)