diff --git a/.eslintrc.json b/.eslintrc.json index 1c62c3b8508..a1d904f65bd 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -2,10 +2,11 @@ "extends": "react-app", "parserOptions": { "ecmaVersion": 5, - "sourceType": "default", + "sourceType": "script", "ecmaFeatures": { "jsx": false, - "generators": true + "generators": true, + "impliedStrict": false } }, "rules": {