Make eslint work with vue files

This commit is contained in:
Tomasz Rymkiewicz
2022-01-01 15:53:55 +01:00
committed by FireMasterK
parent 3349cd69c9
commit c8639c2ce7
4 changed files with 6 additions and 6 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",