diff --git a/base/CHANGELOG.md b/base/CHANGELOG.md index c756060..103663d 100644 --- a/base/CHANGELOG.md +++ b/base/CHANGELOG.md @@ -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 diff --git a/base/index.js b/base/index.js index 71bb56b..8a718d3 100644 --- a/base/index.js +++ b/base/index.js @@ -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', {