Commit 2d30cfb9cef756529b9cbbde77159c083bf56076

Authored by Eric Fernandez
1 parent f112d4efe8
Exists in master

una propiedad de la tabla remito no es camel case

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
... ... @@ -23,7 +23,7 @@
23 23  
24 24 // Force all variable names to use either camelCase style or UPPER_CASE
25 25 // with underscores.
26   - "camelcase": true,
  26 + "camelcase": false,
27 27  
28 28 // Prohibit use of == and != in favor of === and !==.
29 29 "eqeqeq": true,