From 88f7de7090c1055aaaf944fd7f679f5c06988830 Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 29 Jun 2020 10:45:50 +0800 Subject: [PATCH] :white_check_mark: fix eslint --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index 7f1b06e122..809ade6ebf 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -69,6 +69,7 @@ module.exports = { 'react/display-name': 0, 'react/static-property-placement': 0, 'react/no-find-dom-node': 0, + 'react/no-unused-prop-types': 0, 'react-hooks/rules-of-hooks': 2, // Checks rules of Hooks 'import/extensions': 0,