File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ export default iterateJsdoc(({
27
27
tokens . postDelimiter = '' ;
28
28
} ;
29
29
30
- utils . reportJSDoc ( 'Expected JSDoc block to have no prefix.' , {
30
+ utils . reportJSDoc ( 'Expected JSDoc line to have no prefix.' , {
31
31
column : 0 ,
32
32
line : number ,
33
33
} , fix ) ;
@@ -53,7 +53,7 @@ export default iterateJsdoc(({
53
53
tokens . postDelimiter = ' ' ;
54
54
} ;
55
55
56
- utils . reportJSDoc ( 'Expected JSDoc block to have the prefix.' , {
56
+ utils . reportJSDoc ( 'Expected JSDoc line to have the prefix.' , {
57
57
column : 0 ,
58
58
line : number ,
59
59
} , fix ) ;
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export default {
13
13
errors : [
14
14
{
15
15
line : 4 ,
16
- message : 'Expected JSDoc block to have the prefix.' ,
16
+ message : 'Expected JSDoc line to have the prefix.' ,
17
17
} ,
18
18
] ,
19
19
output : `
@@ -37,7 +37,7 @@ export default {
37
37
errors : [
38
38
{
39
39
line : 3 ,
40
- message : 'Expected JSDoc block to have the prefix.' ,
40
+ message : 'Expected JSDoc line to have the prefix.' ,
41
41
} ,
42
42
] ,
43
43
output : `
@@ -61,7 +61,7 @@ export default {
61
61
errors : [
62
62
{
63
63
line : 4 ,
64
- message : 'Expected JSDoc block to have no prefix.' ,
64
+ message : 'Expected JSDoc line to have no prefix.' ,
65
65
} ,
66
66
] ,
67
67
options : [ 'never' ] ,
@@ -86,7 +86,7 @@ export default {
86
86
errors : [
87
87
{
88
88
line : 3 ,
89
- message : 'Expected JSDoc block to have no prefix.' ,
89
+ message : 'Expected JSDoc line to have no prefix.' ,
90
90
} ,
91
91
] ,
92
92
options : [ 'never' ] ,
You can’t perform that action at this time.
0 commit comments