diff --git a/.eslintrc b/.eslintrc index 220e0806..28a0808b 100644 --- a/.eslintrc +++ b/.eslintrc @@ -285,5 +285,7 @@ "yield-star-spacing": "off", "yoda": "warn" }, - "parserOptions": {} + "parserOptions": { + "ecmaVersion": 2017 + } } diff --git a/.pylintrc b/.pylintrc index 99434d8c..f9ddbaa3 100644 --- a/.pylintrc +++ b/.pylintrc @@ -67,7 +67,6 @@ enable=anomalous-backslash-in-string, xml-syntax-error, # messages that do not cause the lint step to fail consider-merging-classes-inherited, - copy-wo-api-one, create-user-wo-reset-password, dangerous-filter-wo-user, deprecated-module,