Skip to content

Commit f03cf4a

Browse files
committed
chore: reenable lint-staged checks
1 parent 9a27132 commit f03cf4a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
"node": "^12 || ^14 || ^16 || ^17"
4949
},
5050
"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 --"
51+
".eslintignore": "npm run lint",
52+
"./*.js": "npm run lint-arg --",
53+
"src/**/*.js": "npm run lint-arg --",
54+
"test/**/*.js": "npm run lint-arg --"
5555
},
5656
"run-if-changed": {
5757
"package-lock.json": "npm run install-offline"

0 commit comments

Comments
 (0)