diff --git a/source/.eslintrc b/source/.eslintrc index 282efb7..8dd509d 100644 --- a/source/.eslintrc +++ b/source/.eslintrc @@ -26,27 +26,6 @@ "@typescript-eslint/no-empty-interface": "off", "@typescript-eslint/explicit-module-boundary-types": "off", "react/jsx-uses-vars": "error", - "react/no-unknown-property": [ - "error", - { - "ignore": [ - "class", - "onclick", - "onload", - "onsubmit", - "crossorigin" - ] - } - ], - "react/react-in-jsx-scope": ["off"], - "react/prop-types": ["off"], - "react/display-name": ["off"], - "react/jsx-key": ["off"], - "react/jsx-no-target-blank": [ - "error", - { - "allowReferrer": true - } - ] + "react/react-in-jsx-scope": ["off"] } }