Commit 9fe068c
authored
docs: how to author plugins with configs that extend other configs (#18753)
* docs: how to author plugins with configs that extend other configs
It's not immediately clear from the current documentation how authors
should migrate configs that extend other configs.
According to the [full documentation][1], an array is actually
expected, which isn't clear in the migration documentation.
This change updates the documentation to include an array example, and
links back to the full documentation.
[1]: https://eslint.org/docs/latest/extend/plugins#configs-in-plugins
* Review markups
- fix quote style
- remove stale comment
- clarify copy on spreading
* Copy tweak1 parent b97fa05 commit 9fe068c
1 file changed
Lines changed: 35 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
202 | 222 | | |
203 | 223 | | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
204 | 239 | | |
205 | 240 | | |
206 | 241 | | |
| |||
0 commit comments