mirror of
https://github.com/langgenius/dify.git
synced 2026-03-21 06:18:27 +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/no-explicit-any': 'error',
|
||||
},
|
||||
erasableOnly: true,
|
||||
},
|
||||
test: {
|
||||
overrides: {
|
||||
|
||||
Reference in New Issue
Block a user