We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db5cd7c commit 9ae773eCopy full SHA for 9ae773e
1 file changed
linters/SublimeLinter/SublimeLinter.sublime-settings
@@ -30,6 +30,10 @@
30
* =================
31
*/
32
33
+ // Forces all variable names to use either camelCase style or UPPER_CASE
34
+ // with underscores.
35
+ "camelcase": true,
36
+
37
// Prohibits the use of == and != in favor of === and !==.
38
"eqeqeq": true,
39
0 commit comments