chore: enable erasableOnly in lint (#31487)

Co-authored-by: Stephen Zhou <38493346+hyoban@users.noreply.github.com>
This commit is contained in:
znn
2026-03-20 15:53:57 +05:30
committed by GitHub
parent 6d3b2491f9
commit 3ce43724df
2 changed files with 421 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -46,6 +46,7 @@ export default antfu(
'ts/consistent-type-definitions': ['error', 'type'],
'ts/no-explicit-any': 'error',
},
erasableOnly: true,
},
test: {
overrides: {