diff --git a/templates/plate-playground-template/.eslintrc.js b/templates/plate-playground-template/.eslintrc.js index cbe1099bf5..12e2acda04 100644 --- a/templates/plate-playground-template/.eslintrc.js +++ b/templates/plate-playground-template/.eslintrc.js @@ -23,6 +23,7 @@ module.exports = { 'prettier/prettier': ['warn', { ...prettierConfig }], 'react/display-name': 'off', 'react/jsx-key': 'off', + 'react/no-unescaped-entities': 'off', 'tailwindcss/classnames-order': 'warn', 'tailwindcss/no-custom-classname': 'off', 'unused-imports/no-unused-imports': 'warn', diff --git a/templates/plate-template/.eslintrc.js b/templates/plate-template/.eslintrc.js index cbe1099bf5..12e2acda04 100644 --- a/templates/plate-template/.eslintrc.js +++ b/templates/plate-template/.eslintrc.js @@ -23,6 +23,7 @@ module.exports = { 'prettier/prettier': ['warn', { ...prettierConfig }], 'react/display-name': 'off', 'react/jsx-key': 'off', + 'react/no-unescaped-entities': 'off', 'tailwindcss/classnames-order': 'warn', 'tailwindcss/no-custom-classname': 'off', 'unused-imports/no-unused-imports': 'warn',