Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8bdc83b

Browse files
committed
Fix npm run lint for Window users
1 parent c9e00b9 commit 8bdc83b

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
@@ -4,7 +4,7 @@
44
"description": "HYF JavaScript2 module",
55
"main": "index.js",
66
"scripts": {
7-
"lint": "eslint **/homework",
7+
"lint": "eslint \"**/homework/**/*.js\"",
88
"test": "npm run lint",
99
"test-week1": "eslint Week1/homework",
1010
"test-week2": "eslint Week2/homework && jest Week2",

0 commit comments

Comments
 (0)