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

Skip to content

Commit 80c5369

Browse files
committed
Remove --fix from eslint in package.json
1 parent 065d914 commit 80c5369

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
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"description": "GitHub API application",
55
"scripts": {
6-
"lint": "eslint homework --fix",
6+
"lint": "eslint homework",
77
"test": "npm run lint"
88
},
99
"author": "Jim Cramer",

0 commit comments

Comments
 (0)