[-] Remove eslint

This commit is contained in:
Hykilpikonna
2022-08-12 14:17:28 -04:00
parent 3675cfdc0f
commit 228ef21098
3 changed files with 2 additions and 26 deletions
+1 -4
View File
@@ -5,8 +5,7 @@
"scripts": {
"dev": "vite",
"serve": "vite",
"build": "vue-tsc --noEmit && yarn lint && vite build",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src"
"build": "vue-tsc --noEmit && vite build"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
@@ -31,8 +30,6 @@
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"@vitejs/plugin-vue": "^3.0.3",
"eslint": "^8.21.0",
"eslint-plugin-vue": "^9.3.0",
"sass": "^1.54.4",
"typescript": "^4.7.4",
"vite": "^3.0.7",