From 2d30cfb9cef756529b9cbbde77159c083bf56076 Mon Sep 17 00:00:00 2001 From: efernandez Date: Fri, 9 Nov 2018 18:17:44 -0300 Subject: [PATCH] una propiedad de la tabla remito no es camel case --- .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