Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 44e27ed

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎package.json‎

Copy file name to clipboardExpand all lines: package.json
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.