aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 18f37b3..7d8898b 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"description": "Stud.IP",
"private": true,
"scripts": {
- "lint": "eslint resources/assets/javascripts resources/vue",
+ "lint": "eslint --ext .js,.vue resources/assets/javascripts resources/vue",
"css-lint": "stylelint resources/assets/stylesheets",
"webpack-dev": "webpack --config webpack.dev.js --mode development",
"webpack-prod": "webpack --config webpack.prod.js --mode production",