Skip to content

Commit 9f73a00

Browse files
committed
Instruct ESLint to lint all files in CI
1 parent 07c726e commit 9f73a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"lint-staged": "^8.1.0"
2020
},
2121
"scripts": {
22-
"test-ci": "eslint"
22+
"test-ci": "eslint ."
2323
},
2424
"husky": {
2525
"hooks": {

0 commit comments

Comments
 (0)