Skip to content

Commit 07ea38a

Browse files
committed
edit rule
1 parent 0fbb5f8 commit 07ea38a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/lib/rules/require-prop-comment.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -191,11 +191,11 @@ tester.run('require-prop-comment', rule, {
191191
options: [{ type: 'line' }],
192192
errors: [
193193
{
194-
line: 12,
194+
line: 13,
195195
message: 'The "a" property should have a line comment.'
196196
},
197197
{
198-
line: 13,
198+
line: 14,
199199
message: 'The "b" property should have a line comment.'
200200
}
201201
]

0 commit comments

Comments
 (0)