Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Mar 28, 2024
1 parent cf7040f commit 486335d
Show file tree
Hide file tree
Showing 3 changed files with 165 additions and 308 deletions.
14 changes: 8 additions & 6 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
import antfu from '@antfu/eslint-config'
import nuxt from './.nuxt/eslint.config.mjs'

export default antfu(
{
unocss: true,
formatters: true,
},
nuxt(),
export default nuxt(
// @ts-expect-error

Check failure on line 6 in eslint.config.js

View workflow job for this annotation

GitHub Actions / lint

Include a description after the "@ts-expect-error" directive to explain why the @ts-expect-error is necessary. The description must be 3 characters or longer
antfu(
{
unocss: true,
formatters: true,
},
)

Check failure on line 12 in eslint.config.js

View workflow job for this annotation

GitHub Actions / lint

Missing trailing comma
)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"typecheck": "vue-tsc --noEmit"
},
"devDependencies": {
"@antfu/eslint-config": "^2.10.1",
"@antfu/eslint-config": "^2.11.3",
"@iconify-json/carbon": "^1.1.31",
"@iconify-json/twemoji": "^1.1.15",
"@nuxt/eslint": "^0.3.0-beta.3",
"@nuxt/eslint": "^0.3.0-beta.5",
"@nuxtjs/color-mode": "^3.3.3",
"@pinia/nuxt": "^0.5.1",
"@unocss/eslint-config": "^0.58.7",
Expand Down
Loading

0 comments on commit 486335d

Please sign in to comment.