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
fix: mark type of flat config export to satisfy Linter.Config[] (#10128)
### Description
Adds `satisfies Linter.Config[]` after the flat config definition. This
allows importing the config into other typescirpt configs without having
type unification issues.
### Testing Instructions
N/A this is a pretty simple type fix
Co-authored-by: Anthony Shew <[email protected]>
0 commit comments