Skip to content

Commit

Permalink
Disable entities, remove unused rule change
Browse files Browse the repository at this point in the history
  • Loading branch information
stanlemon committed Feb 18, 2024
1 parent 645eb56 commit e0d909b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"@stanlemon"
],
"rules": {
"react/no-unescaped-entities": "warn",
"no-extra-boolean-cast": "warn"
"react/no-unescaped-entities": "off"
}
}

0 comments on commit e0d909b

Please sign in to comment.