diff --git a/.eslintrc.js b/.eslintrc.js index 3de1bcc..36d000e 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -36,7 +36,9 @@ module.exports = { "react/jsx-one-expression-per-line": "off", "react/require-default-props": "off", "react/default-props-match-prop-types": "off", + "react/no-unescaped-entities": "warn", "react/function-component-definition": ["error", { + namedComponents: "arrow-function", unnamedComponents: "arrow-function", }],