From b42b7952aa6dade5da2ea81452241f2302dda935 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Tue, 25 Oct 2016 20:45:16 +0200 Subject: [PATCH] wrap-iife: [2, "any", { "functionPrototypeMethods": true }] --- eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslintrc.json b/eslintrc.json index 361029e4..a086e7b2 100644 --- a/eslintrc.json +++ b/eslintrc.json @@ -143,7 +143,7 @@ "unicode-bom": [2, "never"], "use-isnan": 2, "valid-typeof": 2, - "wrap-iife": [2, "any"], + "wrap-iife": [2, "any", { "functionPrototypeMethods": true }], "yield-star-spacing": [2, "both"], "yoda": [2, "never"],