eslint-import-resolver-babel-root-import
eslint-import-resolver-babel-root-import copied to clipboard
Support passing options via lint settings
This PR supports passing options via lint settings.
You can set custom .babelrc
file path, or set rootPathPrefix
and rootPathSuffix
options as the same way babel plugin handles. If both are given, all options will be merged.
return nodeResolve(transformedSource, file, config);
You probably don't want to pass those specific options to eslint-import-resolver-node