build: fix eslint

pull/9940/head
AkaraChen 1 year ago
parent 9161ce481e
commit f0f1bfa5d9

@ -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',
},

Loading…
Cancel
Save