chore(tooling,core): cleanup

This commit is contained in:
braks
2024-01-21 13:34:30 +01:00
committed by Braks
parent 68762a4960
commit d09e46fb2e
2 changed files with 5 additions and 1 deletions

View File

@@ -4,6 +4,6 @@
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<object, object, any>
const component: DefineComponent<{}, {}, any>
export default component
}

View File

@@ -21,6 +21,10 @@ module.exports = {
'antfu/if-newline': 0,
'antfu/generic-spacing': 0,
// typescript
'@typescript-eslint/no-empty-interface': 'off',
'@typescript-eslint/ban-types': 'off',
// stylistic
'@stylistic/ts/member-delimiter-style': 'off',
'@stylistic/ts/brace-style': 'off',