We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c84a9fe commit 76b4249Copy full SHA for 76b4249
index.js
@@ -34,7 +34,7 @@ export default function createConfig({
34
} else {
35
fileExtensions.unshift('js', 'mjs', 'jsx')
36
additionalConfigs.unshift({
37
- devDependencies: pickDependencies(['@eslint/js']),
+ devDependencies: pickDependencies(['@eslint/js', 'globals']),
38
})
39
}
40
0 commit comments