You've already forked agentic-coding-workflow
chore(web): eslint flat-config + prettier setup
This commit is contained in:
+2
-1
@@ -10,7 +10,7 @@
|
||||
"preview": "vite preview",
|
||||
"test": "vitest run",
|
||||
"test:watch": "vitest",
|
||||
"lint": "eslint . --ext .vue,.ts,.tsx",
|
||||
"lint": "eslint .",
|
||||
"format": "prettier -w .",
|
||||
"typecheck": "vue-tsc --noEmit"
|
||||
},
|
||||
@@ -41,6 +41,7 @@
|
||||
"typescript-eslint": "^8.59.1",
|
||||
"vite": "^8.0.10",
|
||||
"vitest": "^4.1.5",
|
||||
"vue-eslint-parser": "^10.4.0",
|
||||
"vue-tsc": "^3.2.7"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user