From ef3d3823782546b5902737580f0de3b01bd22408 Mon Sep 17 00:00:00 2001 From: Christian Vuerings Date: Sat, 30 Dec 2023 15:54:54 -0800 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 14bd6b9..270202b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # `eslint-plugin-no-re-export` +> [!CAUTION] +> Use [canonical/no-re-export](https://github.com/gajus/eslint-plugin-canonical?tab=readme-ov-file#no-re-export) instead of `no-re-export/no-re-export`. See https://github.com/gajus/eslint-plugin-canonical/pull/27 for more info + [![npm](https://img.shields.io/npm/v/eslint-plugin-no-re-export)](https://www.npmjs.com/package/eslint-plugin-no-re-export) [![GitHub Build Status](https://img.shields.io/github/actions/workflow/status/christianvuerings/eslint-plugin-no-re-export/tsc.yml)](https://github.com/christianvuerings/eslint-plugin-no-re-export/actions/workflows/tsc.yml) ![GitHub Tests](https://img.shields.io/github/actions/workflow/status/christianvuerings/eslint-plugin-no-re-export/jest.yml?label=tests) Disallow re-exporting in TypeScript/JavaScript.