Skip to content

Commit

Permalink
Disable react/no-unescaped-entities eslint rule (too much noise compa…
Browse files Browse the repository at this point in the history
…red to actual benefits)
  • Loading branch information
Vadorequest committed May 21, 2020
1 parent 6f7454c commit b026bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ rules: # See https://eslint.org/docs/rules
react-hooks/exhaustive-deps: warn
react/jsx-no-target-blank: warn # Not using "noreferrer" is not a security risk, but "noopener" should always be used indeed
react/prop-types: warn # Should be handled with TS instead
react/no-unescaped-entities: warn # Causes text mismatch when enabled
react/no-unescaped-entities: 0 # Causes text mismatch when enabled
jsx-a11y/anchor-is-valid: warn
linebreak-style:
- error
Expand Down

0 comments on commit b026bc9

Please sign in to comment.