Skip to content

Commit

Permalink
chore: disable no-unescapted entities
Browse files Browse the repository at this point in the history
  • Loading branch information
chillkang committed Aug 1, 2024
1 parent 6c1abe9 commit 4152877
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ module.exports = {
"object-curly-spacing": ["error", "always"],
"prettier/prettier": "error",
"react/react-in-jsx-scope": "off",
"react/no-unescaped-entities": "off",
},
settings: {
react: {
Expand Down

0 comments on commit 4152877

Please sign in to comment.