diff --git a/app/pages/login/index.vue b/app/pages/login/index.vue index 8f0eab9..2d255f6 100644 --- a/app/pages/login/index.vue +++ b/app/pages/login/index.vue @@ -1,16 +1,70 @@ - \ No newline at end of file + diff --git a/commitlint.config.ts b/commitlint.config.ts deleted file mode 100644 index 7f80f60..0000000 --- a/commitlint.config.ts +++ /dev/null @@ -1,32 +0,0 @@ -import type { UserConfig } from '@commitlint/types' -import { RuleConfigSeverity } from '@commitlint/types' - -const Configuration: UserConfig = { - extends: ['@commitlint/config-conventional'], - formatter: '@commitlint/format', - rules: { - 'type-enum': [ - RuleConfigSeverity.Error, - 'always', - [ - 'feat', - 'fix', - 'perf', - 'style', - 'docs', - 'test', - 'refactor', - 'build', - 'ci', - 'chore', - 'revert', - 'wip', - 'workflow', - 'types', - 'release', - ], - ], - }, -} - -export default Configuration diff --git a/eslint.config.js b/eslint.config.js deleted file mode 100644 index 8215466..0000000 --- a/eslint.config.js +++ /dev/null @@ -1,9 +0,0 @@ -import antfu from '@antfu/eslint-config' -import nuxt from './.nuxt/eslint.config.mjs' - -export default nuxt( - antfu({ - unocss: true, - formatters: true, - }), -) diff --git a/package.json b/package.json index 48eb5e3..6b97773 100644 --- a/package.json +++ b/package.json @@ -21,11 +21,8 @@ "vue-router": "^4.5.0" }, "devDependencies": { - "@antfu/eslint-config": "^3.12.1", "@iconify-json/carbon": "^1.2.5", - "@nuxt/eslint": "^0.7.4", "@pinia/nuxt": "^0.9.0", - "@unocss/eslint-plugin": "0.65.2", "@unocss/nuxt": "0.65.2", "@unocss/preset-rem-to-px": "0.65.2", "@vant/nuxt": "^1.0.6",