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

@@ -6,7 +6,7 @@ const restrictedImportIgnores = [
'**/postcss.config.mjs',
];
const customConfig: Linter.FlatConfig[] = [
const customConfig: Linter.Config[] = [
// shadcn-ui 内部组件是自动生成的,不做太多限制
{
files: ['packages/@core/ui-kit/shadcn-ui/**/**'],