Skip to content

Commit

Permalink
build: repair eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
AloisSeckar committed Aug 31, 2024
1 parent 120059b commit e0712bf
Show file tree
Hide file tree
Showing 2 changed files with 764 additions and 2,593 deletions.
6 changes: 3 additions & 3 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
export default defineNuxtConfig({
ssr: false,
compatibilityDate: '2024-08-31',

devtools: {
enabled: false,
},

ssr: false,

modules: [
'@vueuse/nuxt',
'@nuxt/eslint',
Expand Down Expand Up @@ -63,6 +65,4 @@ export default defineNuxtConfig({
supabase: {
redirect: false,
},

compatibilityDate: '2024-07-31',
})
Loading

0 comments on commit e0712bf

Please sign in to comment.