Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module resolution root path setting #18

Closed
benmosher opened this issue Mar 30, 2015 · 0 comments
Closed

Module resolution root path setting #18

benmosher opened this issue Mar 30, 2015 · 0 comments
Milestone

Comments

@benmosher
Copy link
Member

Need a root path, a la webpack's resolve.root. i.e., if .eslintrc has something like

---
settings:
  resolve.root: 'src'

...then the resolver for resolve.js should look in path.join(process.cwd(), 'src') as an additional base path.

Extra credit: allow specification of a Node-compatible JS/JSON file with a path (i.e. './webpack.config.js:resolve.root').

May want to spec out some environment-based defaults (webpack, browserify, requirejs, explicitly check for node, etc.)

Need to investigate proper setting key conventions (i.e. import/resolveRoot?) within ESLint plugins.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant