File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ module.exports = {
4444 "no-void" : "error" ,
4545 "no-with" : "error" ,
4646 radix : "error" ,
47- "wrap-iife" : "error" ,
47+ "wrap-iife" : [ "error" , "any" ] ,
4848 // no-case-declarations
4949 // no-empty-pattern
5050 // no-fallthrough
Original file line number Diff line number Diff line change 44 foos . map ( function ( foo ) {
55 return foo + foo ;
66 } ) ;
7- } ( ) ) ;
7+ } ) ( ) ;
Original file line number Diff line number Diff line change 88 [ ] . map ( function ( v ) {
99 alert ( v ) ;
1010 } ) ;
11- } ( ) ) ;
11+ } ) ( ) ;
Original file line number Diff line number Diff line change 11( function ( ) {
22 var a = '' ;
33 alert ( a ) ;
4- } ( ) ) ;
4+ } ) ( ) ;
55
66
77function foo ( ) {
Original file line number Diff line number Diff line change 22 'use strict' ;
33 var a = '' ;
44 alert ( a ) ;
5- } ( ) ) ;
5+ } ) ( ) ;
66
77
88function foo ( ) {
You can’t perform that action at this time.
0 commit comments