@@ -11,9 +11,11 @@ export default {
11
11
` ,
12
12
errors : [
13
13
{
14
+ line : 3 ,
14
15
message : '@example error (no-alert): Unexpected alert.' ,
15
16
} ,
16
17
{
18
+ line : 3 ,
17
19
message : '@example error (semi): Missing semicolon.' ,
18
20
} ,
19
21
] ,
@@ -38,9 +40,11 @@ export default {
38
40
` ,
39
41
errors : [
40
42
{
43
+ line : 3 ,
41
44
message : '@example error (no-alert): Unexpected alert.' ,
42
45
} ,
43
46
{
47
+ line : 3 ,
44
48
message : '@example error (semi): Missing semicolon.' ,
45
49
} ,
46
50
] ,
@@ -67,6 +71,7 @@ export default {
67
71
` ,
68
72
errors : [
69
73
{
74
+ line : 4 ,
70
75
message : '@example error (semi): Extra semicolon.' ,
71
76
} ,
72
77
] ,
@@ -93,6 +98,7 @@ export default {
93
98
` ,
94
99
errors : [
95
100
{
101
+ line : 5 ,
96
102
message : '@example error (semi): Extra semicolon.' ,
97
103
} ,
98
104
] ,
@@ -118,6 +124,7 @@ export default {
118
124
` ,
119
125
errors : [
120
126
{
127
+ line : 4 ,
121
128
message : '@example error (semi): Extra semicolon.' ,
122
129
} ,
123
130
] ,
@@ -143,6 +150,7 @@ export default {
143
150
` ,
144
151
errors : [
145
152
{
153
+ line : 4 ,
146
154
message : '@example error (semi): Extra semicolon.' ,
147
155
} ,
148
156
] ,
@@ -173,6 +181,7 @@ export default {
173
181
` ,
174
182
errors : [
175
183
{
184
+ line : 9 ,
176
185
message : '@example error (semi): Extra semicolon.' ,
177
186
} ,
178
187
] ,
@@ -198,6 +207,7 @@ export default {
198
207
` ,
199
208
errors : [
200
209
{
210
+ line : 4 ,
201
211
message : '@example error (no-undef): \'quux\' is not defined.' ,
202
212
} ,
203
213
] ,
@@ -226,6 +236,7 @@ export default {
226
236
` ,
227
237
errors : [
228
238
{
239
+ line : 6 ,
229
240
message : 'Caption is expected for examples.' ,
230
241
} ,
231
242
] ,
@@ -245,6 +256,7 @@ export default {
245
256
` ,
246
257
errors : [
247
258
{
259
+ line : 3 ,
248
260
message : '@example error (indent): Expected indentation of 0 spaces but found 1.' ,
249
261
} ,
250
262
] ,
@@ -267,6 +279,7 @@ export default {
267
279
` ,
268
280
errors : [
269
281
{
282
+ line : 3 ,
270
283
message : '@example error: Unused eslint-disable directive (no problems were reported from \'semi\').' ,
271
284
} ,
272
285
] ,
@@ -286,6 +299,7 @@ export default {
286
299
` ,
287
300
errors : [
288
301
{
302
+ line : 4 ,
289
303
message : '@example error (semi): Missing semicolon.' ,
290
304
} ,
291
305
] ,
@@ -312,9 +326,11 @@ export default {
312
326
` ,
313
327
errors : [
314
328
{
329
+ line : 3 ,
315
330
message : '@example warning (id-length): Identifier name \'i\' is too short (< 2).' ,
316
331
} ,
317
332
{
333
+ line : 4 ,
318
334
message : '@example error (semi): Missing semicolon.' ,
319
335
} ,
320
336
] ,
@@ -334,9 +350,11 @@ export default {
334
350
` ,
335
351
errors : [
336
352
{
353
+ line : 3 ,
337
354
message : '@example warning (id-length): Identifier name \'i\' is too short (< 2).' ,
338
355
} ,
339
356
{
357
+ line : 4 ,
340
358
message : '@example error (semi): Missing semicolon.' ,
341
359
} ,
342
360
] ,
@@ -359,9 +377,15 @@ export default {
359
377
` ,
360
378
errors : [
361
379
{
380
+ line : 3 ,
381
+ message : '@example error (no-multiple-empty-lines): Too many blank lines at the beginning of file. Max of 0 allowed.' ,
382
+ } ,
383
+ {
384
+ line : 4 ,
362
385
message : '@example warning (id-length): Identifier name \'i\' is too short (< 2).' ,
363
386
} ,
364
387
{
388
+ line : 5 ,
365
389
message : '@example error (semi): Missing semicolon.' ,
366
390
} ,
367
391
] ,
@@ -378,6 +402,7 @@ export default {
378
402
` ,
379
403
errors : [
380
404
{
405
+ line : 4 ,
381
406
message : '@example error (semi): Missing semicolon.' ,
382
407
} ,
383
408
] ,
@@ -398,6 +423,7 @@ export default {
398
423
` ,
399
424
errors : [
400
425
{
426
+ line : 4 ,
401
427
message : '@example warning (semi): Missing semicolon.' ,
402
428
} ,
403
429
] ,
@@ -423,33 +449,43 @@ export default {
423
449
` ,
424
450
errors : [
425
451
{
452
+ line : 1 ,
426
453
message : '`settings.jsdoc.captionRequired` has been removed, use options in the rule `check-examples` instead.' ,
427
454
} ,
428
455
{
456
+ line : 1 ,
429
457
message : '`settings.jsdoc.exampleCodeRegex` has been removed, use options in the rule `check-examples` instead.' ,
430
458
} ,
431
459
{
460
+ line : 1 ,
432
461
message : '`settings.jsdoc.rejectExampleCodeRegex` has been removed, use options in the rule `check-examples` instead.' ,
433
462
} ,
434
463
{
464
+ line : 1 ,
435
465
message : '`settings.jsdoc.allowInlineConfig` has been removed, use options in the rule `check-examples` instead.' ,
436
466
} ,
437
467
{
468
+ line : 1 ,
438
469
message : '`settings.jsdoc.noDefaultExampleRules` has been removed, use options in the rule `check-examples` instead.' ,
439
470
} ,
440
471
{
472
+ line : 1 ,
441
473
message : '`settings.jsdoc.matchingFileName` has been removed, use options in the rule `check-examples` instead.' ,
442
474
} ,
443
475
{
476
+ line : 1 ,
444
477
message : '`settings.jsdoc.configFile` has been removed, use options in the rule `check-examples` instead.' ,
445
478
} ,
446
479
{
480
+ line : 1 ,
447
481
message : '`settings.jsdoc.eslintrcForExamples` has been removed, use options in the rule `check-examples` instead.' ,
448
482
} ,
449
483
{
484
+ line : 1 ,
450
485
message : '`settings.jsdoc.baseConfig` has been removed, use options in the rule `check-examples` instead.' ,
451
486
} ,
452
487
{
488
+ line : 1 ,
453
489
message : '`settings.jsdoc.reportUnusedDisableDirectives` has been removed, use options in the rule `check-examples` instead.' ,
454
490
} ,
455
491
] ,
@@ -478,6 +514,7 @@ export default {
478
514
` ,
479
515
errors : [
480
516
{
517
+ line : 4 ,
481
518
message : 'Caption is expected for examples.' ,
482
519
} ,
483
520
] ,
@@ -499,6 +536,7 @@ export default {
499
536
` ,
500
537
errors : [
501
538
{
539
+ line : 4 ,
502
540
message : '@example error (semi): Missing semicolon.' ,
503
541
} ,
504
542
] ,
0 commit comments