From 1857d2388d892dbf08fae22f3f72350ccd4519ae Mon Sep 17 00:00:00 2001 From: Ryota Kameoka Date: Tue, 13 Feb 2024 13:20:32 +0900 Subject: [PATCH] Turn off `@typescript-eslint/consistent-type-definitions` --- base/CHANGELOG.md | 1 + base/index.js | 1 + 2 files changed, 2 insertions(+) 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', {