Skip to content

Commit f9ebb4e

Browse files
committed
chore(eslint): configure code style formatting
1 parent 47f4567 commit f9ebb4e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

nuxt.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,10 @@ export default defineNuxtConfig({
5050
},
5151

5252
modules: ["@nuxt/eslint", "@nuxt/test-utils/module"],
53+
54+
eslint: {
55+
config: {
56+
stylistic: true,
57+
},
58+
},
5359
});

0 commit comments

Comments
 (0)