Skip to content

Commit

Permalink
Fix #356 @typescript-eslint/consistent-indexed-object-style fails...
Browse files Browse the repository at this point in the history
...on circular references.

Use index signature for the sake of consistency.
  • Loading branch information
EvgenyOrekhov committed Jan 20, 2022
1 parent 18244a2 commit 74c139b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ts.json
Expand Up @@ -82,6 +82,11 @@
{ "allowThrowingAny": false, "allowThrowingUnknown": false }
],

"@typescript-eslint/consistent-indexed-object-style": [
"error",
"index-signature"
],

"quotes": "off",
"@typescript-eslint/quotes": [
"error",
Expand Down

0 comments on commit 74c139b

Please sign in to comment.