diff --git a/package.json b/package.json index 23a73f0c5..1a037f897 100644 --- a/package.json +++ b/package.json @@ -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",