diff --git a/.eslintrc b/.eslintrc index eedc376efd..c8efd4375e 100644 --- a/.eslintrc +++ b/.eslintrc @@ -22,6 +22,9 @@ "warn", "always" ], + "camelcase": [ + "off" + ], "no-unused-vars": [ "warn" ], @@ -116,4 +119,4 @@ "getCookies": true, "get_url_arg": true } -} \ No newline at end of file +}