diff --git a/packages/eslint-config-next/index.js b/packages/eslint-config-next/index.js index 5c846dee12afd25..24a28c0c523b543 100644 --- a/packages/eslint-config-next/index.js +++ b/packages/eslint-config-next/index.js @@ -60,6 +60,7 @@ module.exports = { plugins: ['import', 'react', 'jsx-a11y'], rules: { 'import/no-anonymous-default-export': 'warn', + 'react/no-unknown-property': 'off', 'react/react-in-jsx-scope': 'off', 'react/prop-types': 'off', 'jsx-a11y/alt-text': [