Open g6123 opened 7 years ago
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.
.babelrc
rootPathPrefix
rootPathSuffix
return nodeResolve(transformedSource, file, config);
You probably don't want to pass those specific options to eslint-import-resolver-node
eslint-import-resolver-node
This PR supports passing options via lint settings.
You can set custom
.babelrc
file path, or setrootPathPrefix
androotPathSuffix
options as the same way babel plugin handles. If both are given, all options will be merged.