eslint-import-resolver-babel-root-import
eslint-import-resolver-babel-root-import copied to clipboard
Improve babel config lookup and test coverage
This is a follow up for #11.
Most notable changes:
-
.babelrc
has higher priority thanpackage.json
- Doesn't throw if
package.json
is missing - Top level directory correctly detected on Windows
- Support for situations when babel plugin isn't listed in config (Treating the same as #8, but differently)
- Support for plugin name shorthand in babel config
- 100% test coverage