Skip to content

Commit c7808ef

Browse files
committed
Fix eslint-plugin/no-unused-message-ids lint issue
1 parent ca6de12 commit c7808ef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/rules/block-tag-newline.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ module.exports = {
7272
messages: {
7373
unexpectedOpeningLinebreak:
7474
"There should be no line break after '<{{tag}}>'.",
75-
unexpectedClosingLinebreak:
76-
"There should be no line break before '</{{tag}}>'.",
7775
expectedOpeningLinebreak:
7876
"Expected {{expected}} after '<{{tag}}>', but {{actual}} found.",
7977
expectedClosingLinebreak:

0 commit comments

Comments
 (0)