We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a27132 commit f03cf4aCopy full SHA for f03cf4a
package.json
@@ -48,10 +48,10 @@
48
"node": "^12 || ^14 || ^16 || ^17"
49
},
50
"lint-staged": {
51
- "DISABLE.eslintignore": "npm run lint",
52
- "DISABLE./*.js": "npm run lint-arg --",
53
- "DISABLEsrc/**/*.js": "npm run lint-arg --",
54
- "DISABLEtest/**/*.js": "npm run lint-arg --"
+ ".eslintignore": "npm run lint",
+ "./*.js": "npm run lint-arg --",
+ "src/**/*.js": "npm run lint-arg --",
+ "test/**/*.js": "npm run lint-arg --"
55
56
"run-if-changed": {
57
"package-lock.json": "npm run install-offline"
0 commit comments