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

Skip to content

Commit 44e27ed

Browse files
authored
Merge pull request HackYourFuture#262 from HackYourFuture/fix-lint
Fix npm run lint for Window users
2 parents c9e00b9 + 8bdc83b commit 44e27ed

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)