-
-
Notifications
You must be signed in to change notification settings - Fork 301
Closed
Description
I've locate problems, it's because
Lines 100 to 105 in 0ec4b8c
| const configFiles = (await Promise.all( | |
| (await globby( | |
| CONFIG_FILES.map(configFile => `**/${configFile}`), | |
| {ignore: DEFAULT_IGNORES, gitignore: true, cwd: options.cwd} | |
| )).map(async configFile => configExplorer.load(path.resolve(options.cwd, configFile))) | |
| )).filter(Boolean); |
searching xo config files, and eslint-plugin-unicorn has many files in test/integration/fixtures dir, and we can't set config search ignore dirs.
Questions:
- Why are we searching config files inside dirs? Shouldn't config file in
cwdor above? - Why don't we use
cosmiconfig.search? Because it don't know how tomergeOptions?
make-github-pseudonymous-again and papb
Metadata
Metadata
Assignees
Labels
No labels