Skip to content

Commit 85dfa8f

Browse files
committed
Consistently run eslint on all files
1 parent fdd4a0a commit 85dfa8f

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
@@ -7,7 +7,7 @@
77
"prepublishOnly": "npm run build",
88
"test": "glob -c \"tsx --test\" \"./test/**/*.test.ts\"",
99
"coverage": "c8 -r html npm run test",
10-
"lint": "eslint src test",
10+
"lint": "eslint .",
1111
"lint:fix": "eslint . --fix"
1212
},
1313
"main": "./dist/index.js",

0 commit comments

Comments
 (0)