Compare commits

...
1 Commits
Author SHA1 Message Date
theoludwig 6cb7af3a05 docs: import plugin is not used anymore 2024-07-10 13:34:28 +02:00
+2 -2
View File
@@ -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"],