Disable the @typescript-eslint/dot-notation
rule in favor of the noPropertyAccessFromIndexSignature
TypeScript option
#252
Labels
The
noPropertyAccessFromIndexSignature
TypeScript option conflicts with@typescript-eslint/dot-notation
. TypeScript options should take precedence, this means that we should disable the@typescript-eslint/dot-notation
rule.The text was updated successfully, but these errors were encountered: