This commit is contained in:
Alex
2024-11-03 20:11:26 -05:00
parent 511652dd48
commit a1ab2ad7f5
8 changed files with 961 additions and 979 deletions

View File

@ -37,10 +37,7 @@ export const typescriptRules: Partial<TypeScriptRulesObject> = {
warn,
{ accessibility: 'no-public' },
],
'@typescript-eslint/no-empty-object-type': [
error,
{ allowInterfaces: 'with-single-extends' },
],
'@typescript-eslint/no-empty-object-type': off,
'@typescript-eslint/no-empty-interface': [error, { allowSingleExtends: true }],
'@typescript-eslint/no-explicit-any': off,
'@typescript-eslint/no-misused-promises': [error, { checksVoidReturn: false }],