Skip to content

Add eslint-plugin-import resolvers for node and webpack #145

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

Merged
merged 1 commit into from
Oct 17, 2016

Conversation

dblandin
Copy link
Contributor

@dblandin dblandin commented Oct 17, 2016

This commit adds two npm packages that support eslint-plugin-import.

More details on how eslint-plugin-import implements resolvers can be
found in its README.

Addresses #143

@codeclimate/review 🔎

"eslint-config-google": "^0.6.0",
"eslint-config-hapi": "^10.0.0",
"eslint-config-standard": "^6.0.0",
"eslint-config-standard-jsx": "^3.0.0",
"eslint-config-standard-react": "^4.0.0",
"eslint-import-resolver-node": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.2.3.tgz",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This package appears to be actually released, why do we need to install via a tgz like this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmmm, good question. This came directly out of a npm install --save. 🤷

@wfleming
Copy link
Contributor

One question, but LGTM.

This commit adds two npm packages that support [eslint-plugin-import][].

[eslint-plugin-import]: https://github.com/benmosher/eslint-plugin-import

- [eslint-import-resolver-webpack][]
- [eslint-import-resolver-node][]

[eslint-import-resolver-webpack]: https://www.npmjs.com/package/eslint-import-resolver-webpack
[eslint-import-resolver-node]: https://www.npmjs.com/package/eslint-import-resolver-node

More details on how [eslint-plugin-import][] implements resolvers can be
found [in its README][resolvers].

[resolvers]: https://github.com/benmosher/eslint-plugin-import#resolvers
@dblandin dblandin force-pushed the devon/eslint-import-resolvers branch from e50320d to 197e6aa Compare October 17, 2016 22:12
@dblandin dblandin merged commit ac35f7e into channel/eslint-3 Oct 17, 2016
@dblandin dblandin deleted the devon/eslint-import-resolvers branch October 17, 2016 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants