[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;
|
||||
|
||||
return {
|
||||
babelOptions,
|
||||
babelOptions: { cwd: process.cwd(), ...babelOptions },
|
||||
ecmaVersion,
|
||||
sourceType,
|
||||
allowImportExportEverywhere,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user