@@ -160,7 +160,10 @@ ruleTester.run('new-line-between-multi-line-property', rule, {
160160 {
161161 message :
162162 'Enforce new lines between multi-line properties in Vue components.' ,
163- line : 13
163+ line : 13 ,
164+ column : 12 ,
165+ endLine : 14 ,
166+ endColumn : 11
164167 }
165168 ]
166169 } ,
@@ -271,12 +274,18 @@ ruleTester.run('new-line-between-multi-line-property', rule, {
271274 {
272275 message :
273276 'Enforce new lines between multi-line properties in Vue components.' ,
274- line : 18
277+ line : 18 ,
278+ column : 10 ,
279+ endLine : 19 ,
280+ endColumn : 9
275281 } ,
276282 {
277283 message :
278284 'Enforce new lines between multi-line properties in Vue components.' ,
279- line : 33
285+ line : 33 ,
286+ column : 10 ,
287+ endLine : 34 ,
288+ endColumn : 9
280289 }
281290 ]
282291 } ,
@@ -327,7 +336,10 @@ ruleTester.run('new-line-between-multi-line-property', rule, {
327336 {
328337 message :
329338 'Enforce new lines between multi-line properties in Vue components.' ,
330- line : 13
339+ line : 13 ,
340+ column : 12 ,
341+ endLine : 14 ,
342+ endColumn : 11
331343 }
332344 ]
333345 } ,
@@ -380,7 +392,10 @@ ruleTester.run('new-line-between-multi-line-property', rule, {
380392 {
381393 message :
382394 'Enforce new lines between multi-line properties in Vue components.' ,
383- line : 13
395+ line : 13 ,
396+ column : 12 ,
397+ endLine : 15 ,
398+ endColumn : 11
384399 }
385400 ]
386401 } ,
@@ -443,7 +458,10 @@ ruleTester.run('new-line-between-multi-line-property', rule, {
443458 {
444459 message :
445460 'Enforce new lines between multi-line properties in Vue components.' ,
446- line : 14
461+ line : 14 ,
462+ column : 12 ,
463+ endLine : 19 ,
464+ endColumn : 11
447465 }
448466 ]
449467 } ,
@@ -522,17 +540,26 @@ ruleTester.run('new-line-between-multi-line-property', rule, {
522540 {
523541 message :
524542 'Enforce new lines between multi-line properties in Vue components.' ,
525- line : 8
543+ line : 8 ,
544+ column : 12 ,
545+ endLine : 9 ,
546+ endColumn : 11
526547 } ,
527548 {
528549 message :
529550 'Enforce new lines between multi-line properties in Vue components.' ,
530- line : 12
551+ line : 12 ,
552+ column : 12 ,
553+ endLine : 13 ,
554+ endColumn : 11
531555 } ,
532556 {
533557 message :
534558 'Enforce new lines between multi-line properties in Vue components.' ,
535- line : 15
559+ line : 15 ,
560+ column : 10 ,
561+ endLine : 16 ,
562+ endColumn : 9
536563 }
537564 ]
538565 } ,
@@ -614,17 +641,26 @@ ruleTester.run('new-line-between-multi-line-property', rule, {
614641 {
615642 message :
616643 'Enforce new lines between multi-line properties in Vue components.' ,
617- line : 8
644+ line : 8 ,
645+ column : 12 ,
646+ endLine : 10 ,
647+ endColumn : 11
618648 } ,
619649 {
620650 message :
621651 'Enforce new lines between multi-line properties in Vue components.' ,
622- line : 13
652+ line : 13 ,
653+ column : 12 ,
654+ endLine : 14 ,
655+ endColumn : 11
623656 } ,
624657 {
625658 message :
626659 'Enforce new lines between multi-line properties in Vue components.' ,
627- line : 16
660+ line : 16 ,
661+ column : 10 ,
662+ endLine : 17 ,
663+ endColumn : 9
628664 }
629665 ]
630666 } ,
@@ -652,7 +688,10 @@ emits: {
652688 {
653689 message :
654690 'Enforce new lines between multi-line properties in Vue components.' ,
655- line : 5
691+ line : 5 ,
692+ column : 10 ,
693+ endLine : 5 ,
694+ endColumn : 11
656695 }
657696 ]
658697 } ,
@@ -681,7 +720,10 @@ emits: {
681720 {
682721 message :
683722 'Enforce new lines between multi-line properties in Vue components.' ,
684- line : 5
723+ line : 5 ,
724+ column : 10 ,
725+ endLine : 6 ,
726+ endColumn : 10
685727 }
686728 ]
687729 } ,
@@ -731,17 +773,26 @@ emits: {
731773 {
732774 message :
733775 'Enforce new lines between multi-line properties in Vue components.' ,
734- line : 5
776+ line : 5 ,
777+ column : 10 ,
778+ endLine : 6 ,
779+ endColumn : 15
735780 } ,
736781 {
737782 message :
738783 'Enforce new lines between multi-line properties in Vue components.' ,
739- line : 10
784+ line : 10 ,
785+ column : 10 ,
786+ endLine : 10 ,
787+ endColumn : 21
740788 } ,
741789 {
742790 message :
743791 'Enforce new lines between multi-line properties in Vue components.' ,
744- line : 14
792+ line : 14 ,
793+ column : 10 ,
794+ endLine : 15 ,
795+ endColumn : 14
745796 }
746797 ]
747798 } ,
@@ -772,7 +823,10 @@ emits: {
772823 {
773824 message :
774825 'Enforce new lines between multi-line properties in Vue components.' ,
775- line : 5
826+ line : 5 ,
827+ column : 10 ,
828+ endLine : 7 ,
829+ endColumn : 9
776830 }
777831 ]
778832 }
0 commit comments