eslint-import-resolver-babel-root-import icon indicating copy to clipboard operation
eslint-import-resolver-babel-root-import copied to clipboard

Improve babel config lookup and test coverage

Open unconfident opened this issue 7 years ago • 0 comments

This is a follow up for #11.

Most notable changes:

  • .babelrc has higher priority than package.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

unconfident avatar Feb 06 '18 11:02 unconfident