Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Mar 28, 2024
1 parent 486335d commit 1f0f6ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions eslint.config.js
Expand Up @@ -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,
},
)
),
)
2 changes: 1 addition & 1 deletion nuxt.config.ts
Expand Up @@ -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' },
],
},
},
Expand Down

0 comments on commit 1f0f6ed

Please sign in to comment.