Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [31.0.0](v30.2.0...v31.0.0) (2021-07-28) ### Features * Enable `import/no-import-module-exports` ([d4be1ce](d4be1ce)) * Enable `import/no-relative-packages` ([b44fd1c](b44fd1c)) ### BREAKING CHANGES * Prevent relative package imports in Yarn/Lerna workspaces. See https://github.com/import-js/eslint-plugin-import/blob/master/docs/rules/no-relative-packages.md * import and module.exports should not be mixed. See https://github.com/import-js/eslint-plugin-import/blob/master/docs/rules/no-import-module-exports.md
- Loading branch information