Skip to content

Commit

Permalink
Added script for running eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoffer Palm committed Oct 27, 2017
1 parent 7256f28 commit d3fbd9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"scripts": {
"start": "NODE_ENV=development webpack",
"build": "NODE_ENV=production webpack",
"eslint": "eslint ./src",
"stylelint": "stylelint ./src/scss/**/*.scss"
},
"dependencies": {
Expand Down

0 comments on commit d3fbd9c

Please sign in to comment.