Skip to content

Commit e4cc77e

Browse files
authored
chore(lint): allow empty object types (#3263)
1 parent 5e8b868 commit e4cc77e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

eslint.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ export default [
3737
argsIgnorePattern: '^_',
3838
caughtErrorsIgnorePattern: '^_',
3939
varsIgnorePattern: '^_'
40+
}],
41+
'@typescript-eslint/no-empty-object-type': ['error', {
42+
allowObjectTypes: 'always'
4043
}]
4144
}
4245
},

0 commit comments

Comments
 (0)