Skip to content

Commit

Permalink
disable @typescript-eslint/no-empty-object-type
Browse files Browse the repository at this point in the history
  • Loading branch information
huuyafwww committed Dec 1, 2024
1 parent eb0ef9b commit 63b098e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export const typescriptConfigurator: Configurator<typescriptConfiguratorOptions>
attributes: false,
},
}],
'@typescript-eslint/no-empty-object-type': 'off',
'@stylistic/ts/semi': ['error', 'always'],
'@stylistic/ts/comma-dangle': ['error', 'always-multiline'],
'@stylistic/ts/space-before-function-paren': ['error', {
Expand Down

0 comments on commit 63b098e

Please sign in to comment.