diff --git a/.eslintrc b/.eslintrc index 067dae4..abc4295 100644 --- a/.eslintrc +++ b/.eslintrc @@ -6,12 +6,6 @@ "es6": true, "node": true }, - "parserOptions": { - "ecmaFeatures": { - "jsx": true - }, - "sourceType": "module" - }, "rules": { "no-const-assign": "warn", "no-this-before-super": "warn", @@ -21,4 +15,4 @@ "valid-typeof": "warn", "quotes": [2, "single", { "allowTemplateLiterals": true }] } -} \ No newline at end of file +}