Make eslint work with vue files

This commit is contained in:
Tomasz Rymkiewicz 2022-01-01 15:53:55 +01:00
parent 9c711709da
commit 186bb8eafc
No known key found for this signature in database
GPG key ID: 5C56CDBA7EC7571A
4 changed files with 7 additions and 7 deletions

View file

@ -6,7 +6,7 @@
"serve": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint --fix --color --ignore-path .gitignore ."
"lint": "eslint --fix --color --ignore-path .gitignore --ext .js,.vue ."
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",