build: added antfu eslint

This commit is contained in:
Константин Уколов 2024-07-30 10:49:19 +03:00
parent b40f580726
commit 689743a056
3 changed files with 1822 additions and 8 deletions

6
eslint.config.js Normal file
View File

@ -0,0 +1,6 @@
import antfu from '@antfu/eslint-config'
export default antfu({
unocss: true,
vue: true,
})

View File

@ -14,6 +14,9 @@
"@nuxt/ui": "^2.17.0", "@nuxt/ui": "^2.17.0",
"nuxt": "^3.12.4", "nuxt": "^3.12.4",
"typescript": "^5.5.4", "typescript": "^5.5.4",
"vue-tsc": "^1" "vue-tsc": "^1",
"@antfu/eslint-config": "^2.24.0",
"eslint": "9.5.0",
"@unocss/eslint-plugin": "^0.61.6"
} }
} }

File diff suppressed because it is too large Load Diff