From 6cb7af3a05e234c02fa0bbc80265bcdce03bef07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Wed, 10 Jul 2024 13:34:28 +0200 Subject: [PATCH] docs: import plugin is not used anymore --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7937306..068b8f5 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Dependencies are: ```json { "extends": ["conventions"], - "plugins": ["import", "promise", "unicorn"] + "plugins": ["promise", "unicorn"] } ``` @@ -82,7 +82,7 @@ Dependencies are: ```json { "extends": ["conventions"], - "plugins": ["import", "promise", "unicorn"], + "plugins": ["promise", "unicorn"], "overrides": [ { "files": ["*.ts", "*.tsx"],