Skip to content

Commit a9c6de5

Browse files
committed
fixup! feat: add globals to js config
1 parent b899d91 commit a9c6de5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

templates/eslint.config.js.ejs

+5-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ export default [
1919
ignores: ['**/dist/**', '**/dist-ssr/**', '**/coverage/**'],
2020
},
2121

22-
languageOptions: {
23-
globals: {
24-
...globals.browser,
22+
{
23+
languageOptions: {
24+
globals: {
25+
...globals.browser,
26+
},
2527
},
2628
},
2729

0 commit comments

Comments
 (0)