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 6, 2024
1 parent 46c4f04 commit adffda3
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 adffda3

Please sign in to comment.