Skip to content

Commit

Permalink
Simplify lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Feb 22, 2021
1 parent 3892d86 commit d1adb5a
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 @@ -35,7 +35,7 @@
"scripts": {
"pretest": "npm run lint",
"test": "istanbul test node_modules/mocha/bin/_mocha --report html -- test/svg-sprite.js",
"lint": "jshint bin && jshint lib && jshint test",
"lint": "jshint bin lib test",
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly"
},
"dependencies": {
Expand Down

0 comments on commit d1adb5a

Please sign in to comment.