You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ Add the following settings to your `.vscode/settings.json`:
111
111
112
112
## Customization
113
113
114
-
Since v1.0, we migrated to [ESLint Flat config](https://eslint.org/docs/latest/use/configure/configuration-files-new), provides a much better organization and composition.
114
+
Since v1.0, we migrated to [ESLint Flat config](https://eslint.org/docs/latest/use/configure/configuration-files-new). It provides a much better organization and composition.
115
115
116
116
Normally you only need to import the `coderwyd` preset:
117
117
@@ -143,7 +143,7 @@ export default coderwyd({
143
143
})
144
144
```
145
145
146
-
The `coderwyd` factory functions also accepts arbitrary numbers of constom configs overrides:
146
+
The `coderwyd` factory function also accepts any number of arbitrary custom config overrides:
147
147
148
148
```js
149
149
// eslint.config.js
@@ -166,7 +166,7 @@ export default coderwyd(
166
166
)
167
167
```
168
168
169
-
Going more advanced, you can also import the very fine-grained configs and compose them as you wish:
169
+
Going more advanced, you can also import fine-grained configs and compose them as you wish:
170
170
171
171
```js
172
172
// eslint.config.js
@@ -225,7 +225,7 @@ Since flat config requires us to explicitly provide the plugin names (instead of
0 commit comments