From 2cbb645ab1d1fd423e82b97cdd78a0b255e2152e Mon Sep 17 00:00:00 2001 From: Sebastian Silbermann Date: Tue, 1 Aug 2023 11:54:46 +0200 Subject: [PATCH] Document fix-type of no-relative-packages --- docs/rules/no-relative-packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rules/no-relative-packages.md b/docs/rules/no-relative-packages.md index 4919de94e..7be458f31 100644 --- a/docs/rules/no-relative-packages.md +++ b/docs/rules/no-relative-packages.md @@ -1,6 +1,6 @@ # import/no-relative-packages -🔧 This rule is automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/latest/user-guide/command-line-interface#--fix). +🔧 This rule is automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/latest/user-guide/command-line-interface#--fix) using [`--fix-type suggestion`](https://eslint.org/docs/latest/use/command-line-interface#--fix-type).