Commit 2a94a2b
fix: mark type of flat config export to satisfy Linter.Config[] (vercel#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 <anthony.shew@vercel.com>1 parent bc356fd commit 2a94a2b
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | | - | |
| 14 | + | |
0 commit comments