We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eddef3e commit 320118aCopy full SHA for 320118a
linters/SublimeLinter/SublimeLinter.sublime-settings
@@ -43,9 +43,6 @@
43
// Suppress warnings about == null comparisons.
44
"eqnull": true,
45
46
- // Enforce tab width of 2 spaces.
47
- "indent": 2,
48
-
49
// Prohibit use of a variable before it is defined.
50
"latedef": true,
51
@@ -63,7 +60,7 @@
63
60
64
61
// Warn when variables are defined but never used.
65
62
"unused": true,
66
+
67
// Enforce line length to 80 characters
68
"maxlen": 80,
69
linters/jshintrc
@@ -28,9 +28,6 @@
28
29
30
31
32
33
34
35
36
0 commit comments