Skip to content

Commit

Permalink
lint scripts directory, too
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Rötsch authored and axe312ger committed Mar 26, 2018
1 parent a3eff6e commit bdf9796
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 @@ -14,7 +14,7 @@
"test:e2e:watch": "jest --testPathPattern=test/e2e --watch",
"prepare": "npm run build-vendor",
"build-vendor": "node scripts/bundle-vendor.js",
"lint": "eslint src",
"lint": "eslint src scripts",
"precommit": "npm run lint",
"prepush": "npm run test"
},
Expand Down

0 comments on commit bdf9796

Please sign in to comment.