[chore] Chaining all the lint scripts to one easier to run command

This commit is contained in:
Steven Evans 2018-06-26 22:20:26 -04:00
parent 12ecc9d5a7
commit c3dc75862a

@ -90,6 +90,7 @@
"start:dev": "webpack-dev-server",
"build": "webpack --mode production",
"build:dev": "webpack --mode development",
"lint": "npm run lint:typescript & npm run lint:javascript & npm run lint:style",
"lint:javascript": "eslint *.js ./src/**/*.js ./tests/**/*.js ./utils/**/*.js",
"lint:style": "stylelint ./css/*",
"lint:typescript": "tslint --project . --exclude **/*.d.ts --format stylish src/**/*.ts utils/**/*.ts",