Taylor Everding
1a1f64fe95
Remove .js extension from requires ( #2725 )
2016-08-30 00:04:40 -05:00
Konrad Borowski
81f602b8d8
Always use trailing comma for multiline objects
2016-01-01 00:20:07 +01:00
Ivo Julca
47918a6d92
Replace remaining instances of var by block bindings
2015-12-03 19:45:35 -05:00
Ivo Julca
7dddb66253
Migrate build system to ESLint
...
JSHint's ES6 support is shaky, and its development has stalled as of late.
Since ESLint can do by itself both JSHint and JSCS' jobs, this commit replaces them.
Gulp and its related dependencies are also hereby removed.
2015-11-07 21:36:49 -05:00
Juanma Serrano
c4ac8d6e2f
Use strict mode and let and const instead of var
...
This commit also fixes some duplicated variable declarations.
2015-11-06 21:56:52 -05:00
Ivo Julca
8329e6f532
JSCS: fix crash in validateConditionals rule for empty blocks
2015-06-18 19:35:41 -05:00
Ivo Julca
c08aba185b
Implement JSCS rule to enforce switch cases not to be indented
2015-06-12 03:41:04 -05:00
Ivo Julca
b740197244
Implement JSCS rule to enforce PS conditionals' style
2015-06-12 03:36:36 -05:00