Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a9c6de5

Browse filesBrowse files
committed
fixup! feat: add globals to js config
1 parent b899d91 commit a9c6de5
Copy full SHA for a9c6de5

File tree

1 file changed

+5
-3
lines changed
Filter options

1 file changed

+5
-3
lines changed

‎templates/eslint.config.js.ejs

Copy file name to clipboardExpand all lines: templates/eslint.config.js.ejs
+5-3Lines changed: 5 additions & 3 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.