Skip to content

Commit

Permalink
add .vue for eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaya committed Feb 26, 2018
1 parent 97d3060 commit 634fdfc
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 @@ -7,7 +7,7 @@
"author": "BrewPi B.V.",
"private": true,
"scripts": {
"eslint": "eslint --ext .js src",
"eslint": "eslint --ext .js,.vue src",
"tslint": "tslint -c tslint.json 'src/**/*.ts'",
"lint": "npm run eslint && npm run tslint",
"test": "echo \"No test specified\" && exit 0"
Expand Down

0 comments on commit 634fdfc

Please sign in to comment.