diff --git a/client/.eslintrc.json b/client/.eslintrc.json index 21073c8..eff1ef9 100644 --- a/client/.eslintrc.json +++ b/client/.eslintrc.json @@ -7,6 +7,7 @@ }, "rules": { "react/jsx-filename-extension": 0, + "import/extensions": 0, "react/prop-types": 0, "react/prefer-stateless-function": 0, "no-use-before-define": 0,