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: src/index.ts
+6
Original file line number
Diff line number
Diff line change
@@ -477,6 +477,10 @@ type ConfigsRecord = typeof configsRecord
477
477
exportconstconfigs=Object.fromEntries(
478
478
Object.entries(configsRecord).map(([k,v])=>{
479
479
constnamed=v.map((cfg,i)=>{
480
+
// todo[eslint@>=8]: remove this on eslint 9. `ignores` as the only key means a global ignore, and eslint 9 is smart enought to ignore `name`, but eslint 8 isn't.
// todo[eslint@>=8]: remove this on eslint 9. `ignores` as the only key means a global ignore, and eslint 9 is smart enought to ignore `name`, but eslint 8 isn't.
0 commit comments