Skip to content

Commit b3c65dd

Browse files
committed
chore: fix indentation
1 parent f8ff835 commit b3c65dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

templates/eslint.config.js.ejs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ export default [
1717
ignores: ['**/dist/**', '**/dist-ssr/**', '**/coverage/**'],
1818
},
1919

20-
<%_ for (const { content } of configsBeforeVuePlugin) { _%>
20+
<%_ for (const { content } of configsBeforeVuePlugin) { _%>
2121
<%- content %><%# TODO: auto-indent if content's multi-line %>
22-
<%_ } _%>
22+
<%_ } _%>
2323
...pluginVue.configs['flat/essential'],
24-
<%_ for (const { content } of configsAfterVuePlugin) { _%>
24+
<%_ for (const { content } of configsAfterVuePlugin) { _%>
2525
<%- content %><%# TODO: auto-indent if content's multi-line %>
26-
<%_ } _%>
26+
<%_ } _%>
2727
]

0 commit comments

Comments
 (0)