Skip to content

Commit a12449f

Browse files
authored
test: run eslint command with no file arguments (#395)
1 parent 9e75e5e commit a12449f

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
@@ -24,7 +24,7 @@
2424
],
2525
"scripts": {
2626
"format": "prettier --write --cache .",
27-
"lint": "eslint .",
27+
"lint": "eslint",
2828
"prepack": "tsc",
2929
"test": "jest"
3030
},

0 commit comments

Comments
 (0)