From fadba06b904d267ba2f14ba413b4607a3127b1f1 Mon Sep 17 00:00:00 2001 From: Eli <88557639+lishaduck@users.noreply.github.com> Date: Tue, 9 Jul 2024 22:08:13 -0500 Subject: [PATCH 1/2] fix: remove duplicate link definition --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1f5b2b5..ed9f43e 100644 --- a/README.md +++ b/README.md @@ -714,7 +714,6 @@ For example, here’s the default value but changed to a single inner array: [exports]: #exports [flow]: https://flow.org/ [import/first]: https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/first.md -[import/first]: https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/first.md [import/newline-after-import]: https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/newline-after-import.md [import/no-duplicates]: https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/no-duplicates.md [import/order-comparison]: #how-is-this-rule-different-from-importorder From 3e08a08dddec1d68ce602b637e7ceb605eec557f Mon Sep 17 00:00:00 2001 From: Eli <88557639+lishaduck@users.noreply.github.com> Date: Tue, 9 Jul 2024 23:18:42 -0500 Subject: [PATCH 2/2] fix: missing comma in description --- package-real.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-real.json b/package-real.json index feb5df0..698308f 100644 --- a/package-real.json +++ b/package-real.json @@ -4,7 +4,7 @@ "license": "MIT", "author": "Simon Lydell", "repository": "lydell/eslint-plugin-simple-import-sort", - "description": "Easy autofixable import sorting", + "description": "Easy, autofixable import sorting", "type": "commonjs", "keywords": [ "eslint",