[eslint, babel 8] Pass cwd to worker (#13526)
This commit is contained in:
parent
d45ad500e7
commit
82350d529b
@ -10,7 +10,7 @@ exports.normalizeESLintConfig = function (options) {
|
|||||||
} = options;
|
} = options;
|
||||||
|
|
||||||
return {
|
return {
|
||||||
babelOptions,
|
babelOptions: { cwd: process.cwd(), ...babelOptions },
|
||||||
ecmaVersion,
|
ecmaVersion,
|
||||||
sourceType,
|
sourceType,
|
||||||
allowImportExportEverywhere,
|
allowImportExportEverywhere,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user