File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1303,5 +1303,5 @@ export default [
1303
1303
}
1304
1304
```
1305
1305
1306
- [ Config (Flat Config) ] : https://eslint.org/docs/latest/use/configure/configuration-files-new
1307
- [ Legacy Config ] : https://eslint.org/docs/latest/use/configure/configuration-files
1306
+ [ Config (Flat Config) ] : https://eslint.org/docs/latest/use/configure/configuration-files
1307
+ [ Legacy Config ] : https://eslint.org/docs/latest/use/configure/configuration-files-deprecated
Original file line number Diff line number Diff line change @@ -68,10 +68,10 @@ Object.values(configs)
68
68
. forEach ( processCategoryConfig )
69
69
70
70
contents . push (
71
- "[Config (Flat Config)]: https://eslint.org/docs/latest/use/configure/configuration-files-new " ,
71
+ "[Config (Flat Config)]: https://eslint.org/docs/latest/use/configure/configuration-files" ,
72
72
)
73
73
contents . push (
74
- "[Legacy Config]: https://eslint.org/docs/latest/use/configure/configuration-files" ,
74
+ "[Legacy Config]: https://eslint.org/docs/latest/use/configure/configuration-files-deprecated " ,
75
75
)
76
76
77
77
fs . writeFileSync ( MD_PATH , `${ contents . join ( "\n" ) . trim ( ) } \n` )
You can’t perform that action at this time.
0 commit comments