Skip to content

Commit

Permalink
wrap-iife: [2, "any", { "functionPrototypeMethods": true }]
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Oct 25, 2016
1 parent fdfedd5 commit b42b795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],

Expand Down

0 comments on commit b42b795

Please sign in to comment.