chore(tooling,core): cleanup
This commit is contained in:
Vendored
+1
-1
@@ -4,6 +4,6 @@
|
|||||||
declare module '*.vue' {
|
declare module '*.vue' {
|
||||||
import type { DefineComponent } from 'vue'
|
import type { DefineComponent } from 'vue'
|
||||||
|
|
||||||
const component: DefineComponent<object, object, any>
|
const component: DefineComponent<{}, {}, any>
|
||||||
export default component
|
export default component
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -21,6 +21,10 @@ module.exports = {
|
|||||||
'antfu/if-newline': 0,
|
'antfu/if-newline': 0,
|
||||||
'antfu/generic-spacing': 0,
|
'antfu/generic-spacing': 0,
|
||||||
|
|
||||||
|
// typescript
|
||||||
|
'@typescript-eslint/no-empty-interface': 'off',
|
||||||
|
'@typescript-eslint/ban-types': 'off',
|
||||||
|
|
||||||
// stylistic
|
// stylistic
|
||||||
'@stylistic/ts/member-delimiter-style': 'off',
|
'@stylistic/ts/member-delimiter-style': 'off',
|
||||||
'@stylistic/ts/brace-style': 'off',
|
'@stylistic/ts/brace-style': 'off',
|
||||||
|
|||||||
Reference in New Issue
Block a user