Update checked-in dependencies
This commit is contained in:
parent
1afca056e3
commit
6989ba7bd2
3942 changed files with 55190 additions and 132206 deletions
2
node_modules/eslint/lib/linter/linter.js
generated
vendored
2
node_modules/eslint/lib/linter/linter.js
generated
vendored
|
|
@ -733,7 +733,7 @@ function createLanguageOptions({ globals: configuredGlobals, parser, parserOptio
|
|||
*/
|
||||
function resolveGlobals(providedGlobals, enabledEnvironments) {
|
||||
return Object.assign(
|
||||
{},
|
||||
Object.create(null),
|
||||
...enabledEnvironments.filter(env => env.globals).map(env => env.globals),
|
||||
providedGlobals
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue