mirror of https://github.com/langgenius/dify.git
chore: enable erasableOnly in lint (#31487)
Co-authored-by: Stephen Zhou <38493346+hyoban@users.noreply.github.com>
This commit is contained in:
parent
6d3b2491f9
commit
3ce43724df
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: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue