mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 11:42:29 +08:00
build: fix eslint
This commit is contained in:
parent
9161ce481e
commit
f0f1bfa5d9
|
@ -61,6 +61,9 @@ export default combine(
|
|||
}),
|
||||
typescript({
|
||||
overrides: {
|
||||
// original config
|
||||
'ts/consistent-type-definitions': ['warn', 'type'],
|
||||
|
||||
// useful, but big change
|
||||
'ts/no-empty-object-type': 'off',
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user