This commit is contained in:
dap
2024-08-16 23:01:48 +08:00
44 changed files with 1190 additions and 1104 deletions

View File

@@ -42,7 +42,8 @@ export async function typescript(): Promise<Linter.Config[]> {
},
],
'@typescript-eslint/consistent-type-definitions': ['warn', 'interface'],
// '@typescript-eslint/consistent-type-definitions': ['warn', 'interface'],
'@typescript-eslint/consistent-type-definitions': 'off',
'@typescript-eslint/explicit-function-return-type': 'off',
'@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/no-empty-function': [