diff --git a/.eslintrc.js b/.eslintrc.js index 5448d8d82..692593d26 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -6,5 +6,7 @@ module.exports = createConfig('eslint', { 'import/no-dynamic-require': 'off', 'global-require': 'off', 'no-template-curly-in-string': 'off', + 'import/no-import-module-export': 'off', + 'react/function-component-definition': [2, { namedComponents: 'arrow-function' }], }, });