Skip to content

Commit

Permalink
eslint-config-next: disable react/no-unescaped-entities
Browse files Browse the repository at this point in the history
  • Loading branch information
devjiwonchoi committed Nov 13, 2024
1 parent a1b0d9c commit 17b9fe2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions packages/eslint-config-next/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ module.exports = {
'jsx-a11y/role-has-required-aria-props': 'warn',
'jsx-a11y/role-supports-aria-props': 'warn',
'react/jsx-no-target-blank': 'off',
'react/no-unescaped-entities': 'off',
},
parser: './parser.js',
parserOptions: {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 17b9fe2

Please sign in to comment.