We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a9e1fa + f15cf41 commit 3c3d31eCopy full SHA for 3c3d31e
package.json
@@ -53,7 +53,7 @@
53
"special-lint-fix": "node node_modules/tooling/inherit-types --write && node node_modules/tooling/format-file-header --write && node node_modules/tooling/generate-types --write",
54
"pretty": "prettier --loglevel warn --write \"lib/**/*.{js,json}\" \"test/*.js\"",
55
"pretest": "yarn lint",
56
- "spelling": "cspell \"**/*.*\"",
+ "spelling": "cspell \"**\"",
57
"test:only": "jest",
58
"test:watch": "yarn test:only -- --watch",
59
"test:coverage": "yarn test:only -- --collectCoverageFrom=\"lib/**/*.js\" --coverage",
@@ -62,6 +62,7 @@
62
"prepare": "husky install"
63
},
64
"lint-staged": {
65
+ "*": "cspell --no-must-find-files",
66
"*.js": "eslint --cache"
67
68
"repository": {
0 commit comments