You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .jshintrc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@
24
24
"forin" : false, // Tolerate `for in` loops without `hasOwnPrototype`.
25
25
"freeze" : true, // Prohibits overwriting prototypes of native objects such as Array and Date.
26
26
"funcscope" : true, // This option suppresses warnings about declaring variables inside of control structures while accessing them later from the outside.
27
-
"immed" : false,// Require immediate invocations to be wrapped in parens e.g. `( function(){}() );`
27
+
"immed" : true, // Require immediate invocations to be wrapped in parens e.g. `( function(){}() );`
28
28
"iterator" : true, // This option suppresses warnings about the __iterator__ property.
29
29
"latedef" : true, // Prohibit variable use before definition.
30
30
"laxbreak" : false, // Tolerate unsafe line breaks e.g. `return [\n] x` without semicolons.
0 commit comments