diff --git a/.eslintrc.json b/.eslintrc.json index c0d51d5..3591615 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -37,6 +37,7 @@ "quotes": "off", "react/jsx-curly-spacing": "off", "react/jsx-indent-props": "off", + "react/jsx-no-useless-fragment": "error", "react/prop-types": "off", "space-before-function-paren": "off", "standard/no-callback-literal": "off"