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 2d1f484 commit d39232cCopy full SHA for d39232c
.eslintrc
@@ -108,7 +108,6 @@
108
"no-with": 2, // http://eslint.org/docs/rules/no-with
109
"radix": 2, // http://eslint.org/docs/rules/radix
110
"vars-on-top": 2, // http://eslint.org/docs/rules/vars-on-top
111
- "wrap-iife": [2, "any"], // http://eslint.org/docs/rules/wrap-iife
112
"yoda": 2, // http://eslint.org/docs/rules/yoda
113
114
/**
0 commit comments