diff --git a/.eslintrc.js b/.eslintrc.js index 2e243083..d0de28b5 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -56,6 +56,7 @@ module.exports = { "@typescript-eslint/no-unused-vars": "error", 'react/jsx-filename-extension': [2, { 'extensions': ['.js', '.jsx', '.ts', '.tsx'] }], "no-shadow": "off", + "react/function-component-definition": "off", }, parserOptions: { ecmaVersion: 2020,