Skip to content
New issue

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

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

Already on GitHub? # to your account

no-extraneous-dependencies: Handle scoped packages. Fixes #316 #324

Conversation

jfmengels
Copy link
Collaborator

no-extraneous-dependencies: Handle scoped packages. Fixes #316 and #323

cc @krainboltgreene @stipsan

@jfmengels jfmengels force-pushed the no-extraneous-dependencies-handle-scoped branch from f57a915 to 2283296 Compare May 9, 2016 12:50
@@ -18,7 +19,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
- add [`no-mutable-exports`] rule ([#290], thanks [@josh])
- [`import/extensions` setting]: a whitelist of file extensions to parse as modules
and search for `export`s. If unspecified, all extensions are considered valid (for now).
In v2, this will likely default to `['.js', MODULE_EXT]`,. ([#297], to fix [#267])
In v2, this will likely default to `['.js', MODULE_EXT]`. ([#297], to fix [#267])
Copy link
Member

Choose a reason for hiding this comment

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

agh, thanks for catching this

@benmosher benmosher merged commit 90fefa3 into import-js:master May 9, 2016
@jfmengels jfmengels deleted the no-extraneous-dependencies-handle-scoped branch May 9, 2016 13:42
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants