chore: update eslint type (#4032)

* chore: update eslint type

* fix: test type error

---------

Co-authored-by: dong <196628497@qq.com>
This commit is contained in:
Donny Wang
2024-08-04 13:02:01 +08:00
committed by GitHub
parent ccaa32125a
commit 7994d664fd
4 changed files with 4 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ import {
} from './configs';
import { customConfig } from './custom-config';
type FlatConfig = Linter.FlatConfig;
type FlatConfig = Linter.Config;
type FlatConfigPromise =
| FlatConfig