diff --git a/eslint.config.js b/eslint.config.js index d351426..b878761 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -2,7 +2,7 @@ import antfu from '@antfu/eslint-config' export default antfu({ formatters: true, - unocss: true, + // unocss: true, typescript: true, vue: true, ignores: [ diff --git a/src/components/AppFooter.vue b/src/components/AppFooter.vue index fa88b13..e09fa7d 100644 --- a/src/components/AppFooter.vue +++ b/src/components/AppFooter.vue @@ -1,27 +1,28 @@