diff --git a/base/CHANGELOG.md b/base/CHANGELOG.md index 103663d..5b3d8d8 100644 --- a/base/CHANGELOG.md +++ b/base/CHANGELOG.md @@ -6,6 +6,7 @@ - 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/). +- Turn off [`@typescript-eslint/consistent-type-definitions`](https://typescript-eslint.io/rules/consistent-type-definitions/). ## v0.28.0 diff --git a/base/index.js b/base/index.js index 8a718d3..dda6204 100644 --- a/base/index.js +++ b/base/index.js @@ -64,6 +64,7 @@ module.exports = { objectLiteralTypeAssertions: 'never', }, ], + '@typescript-eslint/consistent-type-definitions': 'off', '@typescript-eslint/explicit-function-return-type': [ 'error', {