Skip to content

Commit

Permalink
fix(nuxt.config): lint
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Dec 28, 2024
1 parent b15f967 commit 583e883
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,31 +10,31 @@ export default defineNuxtConfig({
'@nuxt/ui'
],

devtools: {
enabled: true
},

routeRules: {
// Temporary workaround for prerender regression. see https://github.com/nuxt/nuxt/issues/27490
'/': { prerender: true }
},

devtools: {
enabled: true
future: {
compatibilityVersion: 4
},

compatibilityDate: '2024-07-11',

typescript: {
strict: false
},

future: {
compatibilityVersion: 4
},

eslint: {
config: {
stylistic: {
commaDangle: 'never',
braceStyle: '1tbs'
}
}
},

compatibilityDate: '2024-07-11'
}
})

0 comments on commit 583e883

Please sign in to comment.