Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Nov 2, 2024
1 parent 0070bb0 commit 3f6e00b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
devtools: { enabled: true },
compatibilityDate: "2024-11-02"
})
devtools: { enabled: true },
compatibilityDate: '2024-11-02'
})

0 comments on commit 3f6e00b

Please sign in to comment.