From 5543f68954f50b8f726586c1cf09b7f0ded286a5 Mon Sep 17 00:00:00 2001 From: efernandez Date: Fri, 7 Dec 2018 16:28:41 -0300 Subject: [PATCH] no uso camel case siempre --- .jshintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 1.9.1