diff --git a/.jshintrc b/.jshintrc index d8cbb07..2dfccda 100644 --- a/.jshintrc +++ b/.jshintrc @@ -23,7 +23,7 @@ // Force all variable names to use either camelCase style or UPPER_CASE // with underscores. - "camelcase": true, + "camelcase": false, // Prohibit use of == and != in favor of === and !==. "eqeqeq": true,