diff --git a/.eslintrc.js b/.eslintrc.js index f4eafb3..8cfdc3c 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -124,6 +124,12 @@ const todo = { 'react/jsx-closing-tag-location': [ 'off' ], + 'react/jsx-no-useless-fragment': [ + 'off' + ], + 'react/no-unused-state': [ + 'off' + ], 'react/forbid-foreign-prop-types': [ 'off' ],