diff --git a/eslint.config.js b/eslint.config.js index 1bbc047..0255729 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -3,11 +3,11 @@ import antfu from '@antfu/eslint-config' import nuxt from './.nuxt/eslint.config.mjs' export default nuxt( - // @ts-expect-error + // @ts-expect-error types are not compatible yet antfu( { unocss: true, formatters: true, }, - ) + ), ) diff --git a/nuxt.config.ts b/nuxt.config.ts index 95e6823..fbdbbc2 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -53,7 +53,7 @@ export default defineNuxtConfig({ { name: 'description', content: appDescription }, { name: 'apple-mobile-web-app-status-bar-style', content: 'black-translucent' }, { name: 'theme-color', media: '(prefers-color-scheme: light)', content: 'white' }, - { name: 'theme-color', media: '(prefers-color-scheme: dark)', content: '#222222'}, + { name: 'theme-color', media: '(prefers-color-scheme: dark)', content: '#222222' }, ], }, },