Skip to content

Commit

Permalink
feat: add no-re-export
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Nov 17, 2023
1 parent 62cf9ce commit 914b297
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .README/rules/no-re-export.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@
Disallows re-exports of imports.

<!-- assertions noReExport -->

> [!NOTE]
> This rule was originally developed by @christianvuerings as part of https://github.com/christianvuerings/eslint-plugin-no-re-export
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1143,6 +1143,8 @@ The following patterns are considered problems:
</details>


> [!NOTE]
> This rule was originally developed by @christianvuerings as part of https://github.com/christianvuerings/eslint-plugin-no-re-export
<a name="user-content-eslint-plugin-canonical-rules-no-reassign-imports"></a>
<a name="eslint-plugin-canonical-rules-no-reassign-imports"></a>
### <code>no-reassign-imports</code>
Expand Down

0 comments on commit 914b297

Please sign in to comment.