Skip to content

Commit 9ae773e

Browse files
committed
Enforce camelCase or UPPER_CASE for all variable names
1 parent db5cd7c commit 9ae773e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

linters/SublimeLinter/SublimeLinter.sublime-settings

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
* =================
3131
*/
3232

33+
// Forces all variable names to use either camelCase style or UPPER_CASE
34+
// with underscores.
35+
"camelcase": true,
36+
3337
// Prohibits the use of == and != in favor of === and !==.
3438
"eqeqeq": true,
3539

0 commit comments

Comments
 (0)