Skip to content

Commit 19b492f

Browse files
committed
Fix lint script
1 parent e8e3213 commit 19b492f

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
@@ -36,7 +36,7 @@
3636
"eslint": ">=7"
3737
},
3838
"scripts": {
39-
"lint": "eslint --config index.js"
39+
"lint": "eslint --config index.js *.js"
4040
},
4141
"prettier": "prettier-config-web-scrobbler"
4242
}

0 commit comments

Comments
 (0)