Skip to content

Commit

Permalink
Turn off @typescript-eslint/consistent-type-definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-ka committed Feb 13, 2024
1 parent 28d9dc7 commit 1857d23
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 @@ -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

Expand Down
1 change: 1 addition & 0 deletions base/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ module.exports = {
objectLiteralTypeAssertions: 'never',
},
],
'@typescript-eslint/consistent-type-definitions': 'off',
'@typescript-eslint/explicit-function-return-type': [
'error',
{
Expand Down

0 comments on commit 1857d23

Please sign in to comment.