Skip to content

Commit

Permalink
eslint config removed from nuxt.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Serhii Chernenko committed Jan 28, 2025
1 parent 67dbe97 commit 9b2af55
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
5 changes: 0 additions & 5 deletions src/apps/app/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,4 @@ export default defineNuxtConfig({
// https://github.com/nuxt/nuxt/issues/20155
includeWorkspace: true,
},
eslint: {
config: {
standalone: false,
},
},
})
5 changes: 0 additions & 5 deletions src/layers/core/data/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,4 @@ export default defineNuxtConfig({
hub: {
kv: true,
},
eslint: {
config: {
standalone: false,
},
},
})
5 changes: 0 additions & 5 deletions src/layers/ui/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ export default defineNuxtConfig({
],
devtools: { enabled: true },
compatibilityDate: '2025-01-27',
eslint: {
config: {
standalone: false,
},
},
tailwindcss: {
cssPath: resolve('./assets/css/tailwind.css'),
},
Expand Down

0 comments on commit 9b2af55

Please # to comment.