build: fix eslint

This commit is contained in:
AkaraChen 2024-10-28 11:00:44 +08:00
parent 9161ce481e
commit f0f1bfa5d9

View File

@ -61,6 +61,9 @@ export default combine(
}),
typescript({
overrides: {
// original config
'ts/consistent-type-definitions': ['warn', 'type'],
// useful, but big change
'ts/no-empty-object-type': 'off',
},