diff options
Diffstat (limited to 'web/source/.eslintrc.js')
-rw-r--r-- | web/source/.eslintrc.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/web/source/.eslintrc.js b/web/source/.eslintrc.js index cb94b8e88..7615c76d4 100644 --- a/web/source/.eslintrc.js +++ b/web/source/.eslintrc.js @@ -1,8 +1,5 @@ "use strict"; module.exports = { - "extends": ["@f0x52/eslint-config-react"], - "rules": { - "react/prop-types": "off" - } + "extends": ["@joepie91/eslint-config/react"] };
\ No newline at end of file |