1
0
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2025-12-11 00:25:45 +01:00

docs: import plugin is not used anymore

This commit is contained in:
2024-07-10 13:34:28 +02:00
parent b4de437548
commit 6cb7af3a05

View File

@@ -73,7 +73,7 @@ Dependencies are:
```json ```json
{ {
"extends": ["conventions"], "extends": ["conventions"],
"plugins": ["import", "promise", "unicorn"] "plugins": ["promise", "unicorn"]
} }
``` ```
@@ -82,7 +82,7 @@ Dependencies are:
```json ```json
{ {
"extends": ["conventions"], "extends": ["conventions"],
"plugins": ["import", "promise", "unicorn"], "plugins": ["promise", "unicorn"],
"overrides": [ "overrides": [
{ {
"files": ["*.ts", "*.tsx"], "files": ["*.ts", "*.tsx"],