chore: remove useless rule

This commit is contained in:
Joel 2024-10-28 10:56:52 +08:00
parent 7c8c15ef1a
commit c760902e72
1 changed files with 0 additions and 1 deletions

View File

@ -63,7 +63,6 @@ export default combine(
overrides: {
// useful, but big change
'ts/no-empty-object-type': 'off',
// 'ts/no-use-before-define': 'off'
},
}),
unicorn(),