Skip to content

Commit d39232c

Browse files
authored
don't use IIFE
1 parent 2d1f484 commit d39232c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.eslintrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@
108108
"no-with": 2, // http://eslint.org/docs/rules/no-with
109109
"radix": 2, // http://eslint.org/docs/rules/radix
110110
"vars-on-top": 2, // http://eslint.org/docs/rules/vars-on-top
111-
"wrap-iife": [2, "any"], // http://eslint.org/docs/rules/wrap-iife
112111
"yoda": 2, // http://eslint.org/docs/rules/yoda
113112

114113
/**

0 commit comments

Comments
 (0)