diff --git a/.README/rules/no-re-export.md b/.README/rules/no-re-export.md index dcde1c0..f5d8c2c 100644 --- a/.README/rules/no-re-export.md +++ b/.README/rules/no-re-export.md @@ -3,3 +3,6 @@ Disallows re-exports of imports. + +> [!NOTE] +> This rule was originally developed by @christianvuerings as part of https://github.com/christianvuerings/eslint-plugin-no-re-export \ No newline at end of file diff --git a/README.md b/README.md index a7d67d8..bb5ef46 100644 --- a/README.md +++ b/README.md @@ -1143,6 +1143,8 @@ The following patterns are considered problems: +> [!NOTE] +> This rule was originally developed by @christianvuerings as part of https://github.com/christianvuerings/eslint-plugin-no-re-export ### no-reassign-imports