feat: ESLint configuration

This commit is contained in:
2026-01-13 08:40:35 -05:00
parent 55e16ab24b
commit e95bbfb885
7 changed files with 1730 additions and 54 deletions

View File

@@ -7,10 +7,11 @@
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --host 0.0.0.0",
"lint": "eslint --fix .",
"postinstall": "pnpm --sequential /postinstall:.*/",
"postinstall:nuxt": "nuxt prepare",
"preview": "nuxt preview",
"release": "changelogen --release --push"
"release": "pnpm lint && changelogen --release --push"
},
"dependencies": {
"nuxt": "^4.2.2",
@@ -18,7 +19,9 @@
"vue-router": "^4.6.4"
},
"devDependencies": {
"changelogen": "^0.6.2"
"@nuxt/eslint": "^1.12.1",
"changelogen": "^0.6.2",
"eslint": "^9.39.2"
},
"changelog": {
"types": {