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"],