mirror of
https://github.com/ArthurDanjou/artagents.git
synced 2026-01-14 12:14:40 +01:00
lint code
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
export default defineNuxtConfig({
|
||||
modules: [
|
||||
'@nuxthub/core',
|
||||
'@nuxt/eslint',
|
||||
'@nuxt/ui',
|
||||
'@nuxt/icon',
|
||||
'@nuxtjs/mdc'
|
||||
'@nuxtjs/mdc',
|
||||
],
|
||||
|
||||
devtools: { enabled: true },
|
||||
@@ -15,8 +14,8 @@ export default defineNuxtConfig({
|
||||
cloudflare: {
|
||||
email: '',
|
||||
apiKey: '',
|
||||
accountId: ''
|
||||
}
|
||||
accountId: '',
|
||||
},
|
||||
},
|
||||
|
||||
future: { compatibilityVersion: 4 },
|
||||
@@ -26,15 +25,6 @@ export default defineNuxtConfig({
|
||||
hub: {
|
||||
ai: true,
|
||||
cache: true,
|
||||
blob: true
|
||||
blob: true,
|
||||
},
|
||||
|
||||
eslint: {
|
||||
config: {
|
||||
stylistic: {
|
||||
quotes: 'single',
|
||||
commaDangle: 'never'
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user