From 40fa701e907a71cdace58f9c5b62f2e38b9c4ab4 Mon Sep 17 00:00:00 2001 From: Aaron Moat <2937187+AaronMoat@users.noreply.github.com> Date: Wed, 20 Nov 2024 14:20:13 +1100 Subject: [PATCH] Nitpick the changelog --- .changeset/cold-scissors-compete.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.changeset/cold-scissors-compete.md b/.changeset/cold-scissors-compete.md index 18e7e1d..64547f6 100644 --- a/.changeset/cold-scissors-compete.md +++ b/.changeset/cold-scissors-compete.md @@ -2,7 +2,7 @@ 'eslint-config-seek': minor --- -Add [export][docs] as an error. -This disallows repeated exports of names or defaults. +Add [`import-x/export`] as a new lint rule. +This fails on repeated exports of names or defaults. -[docs]: https://github.com/import-js/eslint-plugin-import/blob/v2.29.1/docs/rules/export.md +[`import-x/export`]: https://github.com/un-ts/eslint-plugin-import-x/blob/v4.4.2/docs/rules/export.md#import-xexport