Skip to content

Commit 425d5c7

Browse files
committed
Merge pull request airbnb#132 from vahan-hartooni/patch-2
Enforce 'use strict'
2 parents 440b34a + d5db0a2 commit 425d5c7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

linters/SublimeLinter/SublimeLinter.sublime-settings

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@
6565
"unused": true,
6666

6767
// Enforce line length to 80 characters
68-
"maxlen": 80
68+
"maxlen": 80,
69+
70+
// Enforce placing 'use strict' at the top function scope
71+
"strict": true
6972
}
7073
}

0 commit comments

Comments
 (0)