Skip to content

Commit

Permalink
Chore: fix wrap-iife
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Aug 19, 2018
1 parent d7912b4 commit 6e120be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/wrap-iife.js
Expand Up @@ -112,7 +112,7 @@ module.exports = {
} else if (style === "inside" && !functionExpressionWrapped) {
context.report({
node,
messageId: "WrapExpression",
messageId: "wrapExpression",
fix(fixer) {

/*
Expand Down

0 comments on commit 6e120be

Please sign in to comment.