Skip to content

Commit

Permalink
fix(lint): define eslint indent
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelodelain committed Jun 12, 2024
1 parent 8b363d7 commit 75ed47e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,9 @@ export default defineNuxtConfig({
// https://eslint.nuxt.com/packages/module
eslint: {
config: {
stylistic: true,
stylistic: {
indent: 4,
},
},
},
})

0 comments on commit 75ed47e

Please sign in to comment.