mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
chore: enable erasableOnly in lint (#31487)
Co-authored-by: Stephen Zhou <38493346+hyoban@users.noreply.github.com>
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -46,6 +46,7 @@ export default antfu(
|
|||||||
'ts/consistent-type-definitions': ['error', 'type'],
|
'ts/consistent-type-definitions': ['error', 'type'],
|
||||||
'ts/no-explicit-any': 'error',
|
'ts/no-explicit-any': 'error',
|
||||||
},
|
},
|
||||||
|
erasableOnly: true,
|
||||||
},
|
},
|
||||||
test: {
|
test: {
|
||||||
overrides: {
|
overrides: {
|
||||||
|
|||||||
Reference in New Issue
Block a user