chore: eslint setup

This commit is contained in:
2025-11-13 07:51:52 +01:00
parent f82d41f1c3
commit 5e95be1307
8 changed files with 2320 additions and 53 deletions

View File

@@ -8,7 +8,8 @@
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"format": "prettier --write --cache ."
"format": "prettier --write --cache .",
"lint": "eslint --fix --cache ."
},
"dependencies": {
"nuxt": "^4.2.1",
@@ -16,6 +17,9 @@
"vue-router": "^4.6.3"
},
"devDependencies": {
"prettier": "^3.6.2"
"@nuxt/eslint": "^1.10.0",
"eslint": "^9.39.1",
"prettier": "^3.6.2",
"typescript": "^5.9.3"
}
}