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

Support passing options via lint settings

Open g6123 opened this issue 7 years ago • 1 comments

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.

g6123 avatar Oct 21 '17 06:10 g6123

return nodeResolve(transformedSource, file, config);

You probably don't want to pass those specific options to eslint-import-resolver-node

unconfident avatar Feb 06 '18 10:02 unconfident