Skip to content

Commit

Permalink
Disable consistent-type-definition rule (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
askoufis committed Apr 15, 2024
1 parent 5aeb7ce commit c2d1930
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .changeset/afraid-candles-breathe.md
@@ -0,0 +1,7 @@
---
'eslint-config-seek': patch
---

Disable [`@typescript-eslint/consistent-type-definition` rule][rule]

[rule]: https://typescript-eslint.io/rules/consistent-type-definitions/
1 change: 1 addition & 0 deletions base.js
Expand Up @@ -131,6 +131,7 @@ const baseConfig = {
},
rules: {
'@typescript-eslint/array-type': [ERROR, { default: 'array-simple' }],
'@typescript-eslint/consistent-type-definitions': OFF,
'@typescript-eslint/no-unused-expressions': ERROR,
'@typescript-eslint/no-unused-vars': [
ERROR,
Expand Down

0 comments on commit c2d1930

Please sign in to comment.