Skip to content

Commit

Permalink
Fix: yield-star-spacing messages
Browse files Browse the repository at this point in the history
Signed-off-by: weiran.zsd <weiran.zsd@alibaba-inc.com>
  • Loading branch information
aladdin-add committed Dec 25, 2018
1 parent bd1b799 commit 407f0f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rules/yield-star-spacing.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ module.exports = {
messages: {
missingBefore: "Missing space before *.",
missingAfter: "Missing space after *.",
unexpectedBefore: "expected space before *.",
unexpectedAfter: "expected space after *."
unexpectedBefore: "Unexpected space before *.",
unexpectedAfter: "Unexpected space after *."
}
},

Expand Down

0 comments on commit 407f0f2

Please sign in to comment.