Skip to content

Commit

Permalink
Remove ignore-path option from npm pretest script
Browse files Browse the repository at this point in the history
No need to use this since we have a .eslintignore. Seems to sllipped trough #187
  • Loading branch information
mischah committed Apr 5, 2017
1 parent 107f258 commit 70cfa10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"repository": "yeoman/generator-generator",
"scripts": {
"test": "jest",
"pretest": "eslint . --ignore-path .gitignore --fix",
"pretest": "eslint . --fix",
"prepublish": "nsp check"
},
"engines": {
Expand Down

0 comments on commit 70cfa10

Please sign in to comment.