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
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD
4 changed files with 6 additions and 6 deletions

View file

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