@@ -183,6 +183,8 @@ tester.run('no-potential-component-option-typo', rule, {
183
183
message : "'dat' may be a typo, which is similar to option [data]." ,
184
184
line : 4 ,
185
185
column : 9 ,
186
+ endLine : 4 ,
187
+ endColumn : 12 ,
186
188
suggestions : [
187
189
{
188
190
desc : `Replace property 'dat' to 'data'` ,
@@ -200,6 +202,8 @@ tester.run('no-potential-component-option-typo', rule, {
200
202
message : `'method' may be a typo, which is similar to option [methods].` ,
201
203
line : 5 ,
202
204
column : 9 ,
205
+ endLine : 5 ,
206
+ endColumn : 15 ,
203
207
suggestions : [
204
208
{
205
209
desc : `Replace property 'method' to 'methods'` ,
@@ -235,6 +239,8 @@ tester.run('no-potential-component-option-typo', rule, {
235
239
message : "'dat' may be a typo, which is similar to option [data]." ,
236
240
line : 4 ,
237
241
column : 9 ,
242
+ endLine : 4 ,
243
+ endColumn : 12 ,
238
244
suggestions : [
239
245
{
240
246
desc : `Replace property 'dat' to 'data'` ,
@@ -253,6 +259,8 @@ tester.run('no-potential-component-option-typo', rule, {
253
259
message : `'method' may be a typo, which is similar to option [methods].` ,
254
260
line : 5 ,
255
261
column : 9 ,
262
+ endLine : 5 ,
263
+ endColumn : 15 ,
256
264
suggestions : [
257
265
{
258
266
desc : `Replace property 'method' to 'methods'` ,
@@ -271,6 +279,8 @@ tester.run('no-potential-component-option-typo', rule, {
271
279
message : `'custo' may be a typo, which is similar to option [custom].` ,
272
280
line : 6 ,
273
281
column : 9 ,
282
+ endLine : 6 ,
283
+ endColumn : 14 ,
274
284
suggestions : [
275
285
{
276
286
desc : `Replace property 'custo' to 'custom'` ,
@@ -303,6 +313,8 @@ tester.run('no-potential-component-option-typo', rule, {
303
313
message : "'dat' may be a typo, which is similar to option [data]." ,
304
314
line : 4 ,
305
315
column : 9 ,
316
+ endLine : 4 ,
317
+ endColumn : 12 ,
306
318
suggestions : [
307
319
{
308
320
desc : `Replace property 'dat' to 'data'` ,
@@ -320,6 +332,8 @@ tester.run('no-potential-component-option-typo', rule, {
320
332
message : `'method' may be a typo, which is similar to option [methods].` ,
321
333
line : 5 ,
322
334
column : 9 ,
335
+ endLine : 5 ,
336
+ endColumn : 15 ,
323
337
suggestions : [
324
338
{
325
339
desc : `Replace property 'method' to 'methods'` ,
@@ -352,6 +366,8 @@ tester.run('no-potential-component-option-typo', rule, {
352
366
message : "'dat' may be a typo, which is similar to option [data]." ,
353
367
line : 4 ,
354
368
column : 9 ,
369
+ endLine : 4 ,
370
+ endColumn : 12 ,
355
371
suggestions : [
356
372
{
357
373
desc : `Replace property 'dat' to 'data'` ,
@@ -371,6 +387,8 @@ tester.run('no-potential-component-option-typo', rule, {
371
387
"'beforeRouteEntr' may be a typo, which is similar to option [beforeRouteEnter]." ,
372
388
line : 5 ,
373
389
column : 9 ,
390
+ endLine : 5 ,
391
+ endColumn : 24 ,
374
392
suggestions : [
375
393
{
376
394
desc : `Replace property 'beforeRouteEntr' to 'beforeRouteEnter'` ,
@@ -389,6 +407,8 @@ tester.run('no-potential-component-option-typo', rule, {
389
407
message : `'method' may be a typo, which is similar to option [methods].` ,
390
408
line : 6 ,
391
409
column : 9 ,
410
+ endLine : 6 ,
411
+ endColumn : 15 ,
392
412
suggestions : [
393
413
{
394
414
desc : `Replace property 'method' to 'methods'` ,
@@ -420,6 +440,8 @@ tester.run('no-potential-component-option-typo', rule, {
420
440
message : `'method' may be a typo, which is similar to option [methods,data].` ,
421
441
line : 4 ,
422
442
column : 9 ,
443
+ endLine : 4 ,
444
+ endColumn : 15 ,
423
445
suggestions : [
424
446
{
425
447
desc : `Replace property 'method' to 'methods'` ,
0 commit comments