mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Make eslint work with vue files
This commit is contained in:
parent
9c711709da
commit
186bb8eafc
4 changed files with 7 additions and 7 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue