Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the import/no-internal-modules lint rule
With Node.js adopting a standard for packages to declare their exports, this rule may not be useful anymore. It should be legal to import any valid export from a package. An open [issue] on eslint-plugin-import tracks this ecosystem feature and when that resolves there may be a better rule to enable. [issue]: import-js/eslint-plugin-import#1868
- Loading branch information