Commit 5543f68954f50b8f726586c1cf09b7f0ded286a5

Authored by Eric Fernandez
1 parent b09cc64972
Exists in master

no uso camel case siempre

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,