Skip to content

Commit

Permalink
Disable consistent-indexed-object-style.
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxColoring committed Feb 19, 2025
1 parent 3239095 commit b5f11c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ module.exports = {
'import/no-default-export': 'error',
'@typescript-eslint/promise-function-async': 'off',
'@typescript-eslint/default-param-last': 'off',
'@typescript-eslint/consistent-indexed-object-style': 'off',

// TODO(mc, 2021-01-29): fix these and remove warning overrides
'lines-between-class-members': 'warn',
Expand Down

0 comments on commit b5f11c7

Please sign in to comment.