Implement lint
This commit is contained in:
+6
-1
@@ -1,6 +1,10 @@
|
||||
{
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.19.0",
|
||||
"@vitejs/plugin-vue": "^6.0.8",
|
||||
"eslint": "^9.19.0",
|
||||
"eslint-plugin-vue": "^9.32.0",
|
||||
"globals": "^15.14.0",
|
||||
"vite": "^8.1.5"
|
||||
},
|
||||
"name": "livetrail",
|
||||
@@ -10,7 +14,8 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite build --mode development --watch",
|
||||
"prod": "vite build"
|
||||
"prod": "vite build",
|
||||
"lint": "eslint src"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Franzz",
|
||||
|
||||
Reference in New Issue
Block a user