Skip to content

Commit

Permalink
chore: replace no-empty-interface with no-empty-object-type
Browse files Browse the repository at this point in the history
  • Loading branch information
faridevnz committed Oct 31, 2024
1 parent 014336c commit 4e0a6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = [
rules: {
'@typescript-eslint/array-type': 'error',
'@typescript-eslint/no-explicit-any': 'warn',
'@typescript-eslint/no-empty-interface': 'error',
'@typescript-eslint/no-empty-object-type': 'error',
'@typescript-eslint/no-import-type-side-effects': 'error',
'@typescript-eslint/explicit-function-return-type': 'error',

Expand Down

0 comments on commit 4e0a6bd

Please sign in to comment.