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 76b4249

Browse filesBrowse files
committed
fix: add globals to the dependency list
1 parent c84a9fe commit 76b4249
Copy full SHA for 76b4249

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎index.js

Copy file name to clipboardExpand all lines: index.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default function createConfig({
3434
} else {
3535
fileExtensions.unshift('js', 'mjs', 'jsx')
3636
additionalConfigs.unshift({
37-
devDependencies: pickDependencies(['@eslint/js']),
37+
devDependencies: pickDependencies(['@eslint/js', 'globals']),
3838
})
3939
}
4040

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.