Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit d4ff317

Browse files
author
Marlow Payne
committed
Make IIFE wrap inside to avoid conflict with no-extra-parens
1 parent 9cf9a9f commit d4ff317

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

javascript/.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"no-extend-native": 2,
2727

2828
// Enforce wrapping immediate invocations in parentheses
29-
"wrap-iife": 2,
29+
"wrap-iife": [2, "inside"],
3030

3131
// Disallow usage of a variable before declaration; ignores functions
3232
"no-use-before-define": [2, "nofunc"],

0 commit comments

Comments
 (0)