diff --git a/.eslintrc.json b/.eslintrc.json index 8ae0f5e..cc886ea 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -6,18 +6,6 @@ "node": true }, "parserOptions": { - "ecmaVersion": 2020 - }, - "rules": { - "arrow-parens": ["error", "always"], - "comma-dangle": "off", - "handle-callback-err": "off", - "consistent-return": "off", - "operator-linebreak": [ - "error", - "after", - { "overrides": { "?": "before", ":": "before" } } - ], - "no-confusing-arrow": "off" + "ecmaVersion": "latest" } }