Skip to content

Commit

Permalink
Turn off @typescript-eslint/consistent-indexed-object-style
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-ka committed Feb 13, 2024
1 parent 96ef102 commit 28d9dc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Non-breaking changes

- Turn off [`@typescript-eslint/class-literal-property-style`](https://typescript-eslint.io/rules/class-literal-property-style/).
- Turn off [`@typescript-eslint/consistent-indexed-object-style`](https://typescript-eslint.io/rules/consistent-indexed-object-style/).

## v0.28.0

Expand Down
1 change: 1 addition & 0 deletions base/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ module.exports = {
// @typescript-eslint
'@typescript-eslint/array-type': ['error', { default: 'array-simple' }],
'@typescript-eslint/class-literal-property-style': 'off',
'@typescript-eslint/consistent-indexed-object-style': 'off',
'@typescript-eslint/consistent-type-assertions': [
'error',
{
Expand Down

0 comments on commit 28d9dc7

Please sign in to comment.