@ghettoddos/eslint-config 4.0.0 → 4.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -118,7 +118,7 @@ Add the following settings to your `.vscode/settings.json`:
118
118
  </details>
119
119
 
120
120
  <details>
121
- <summary>🟦 Zed support</summary>
121
+ <summary>🔲 Zed support</summary>
122
122
 
123
123
  <br>
124
124
 
@@ -132,8 +132,7 @@ Add the following settings to your `.zed/settings.json`:
132
132
  // Auto fix
133
133
  "formatter": {
134
134
  "code_actions": {
135
- "source.fixAll.eslint": true,
136
- "source.organizeImports": false
135
+ "source.fixAll.eslint": true
137
136
  }
138
137
  },
139
138