@@ -117,7 +117,6 @@ ruleTester.run('attribute-hyphenation', rule, {
117117 errors : [
118118 {
119119 message : "Attribute 'my-prop' can't be hyphenated." ,
120- type : 'VIdentifier' ,
121120 line : 1 ,
122121 column : 24 ,
123122 endLine : 1 ,
@@ -133,7 +132,6 @@ ruleTester.run('attribute-hyphenation', rule, {
133132 errors : [
134133 {
135134 message : "Attribute 'MyProp' must be hyphenated." ,
136- type : 'VIdentifier' ,
137135 line : 1 ,
138136 column : 24 ,
139137 endLine : 1 ,
@@ -150,7 +148,6 @@ ruleTester.run('attribute-hyphenation', rule, {
150148 errors : [
151149 {
152150 message : "Attribute ':my-prop' can't be hyphenated." ,
153- type : 'VDirectiveKey' ,
154151 line : 1 ,
155152 column : 24 ,
156153 endLine : 1 ,
@@ -166,7 +163,6 @@ ruleTester.run('attribute-hyphenation', rule, {
166163 errors : [
167164 {
168165 message : "Attribute ':MyProp' must be hyphenated." ,
169- type : 'VDirectiveKey' ,
170166 line : 1 ,
171167 column : 24 ,
172168 endLine : 1 ,
@@ -183,7 +179,6 @@ ruleTester.run('attribute-hyphenation', rule, {
183179 errors : [
184180 {
185181 message : "Attribute 'v-bind:my-prop' can't be hyphenated." ,
186- type : 'VDirectiveKey' ,
187182 line : 1 ,
188183 column : 24 ,
189184 endLine : 1 ,
@@ -199,7 +194,6 @@ ruleTester.run('attribute-hyphenation', rule, {
199194 errors : [
200195 {
201196 message : "Attribute 'v-bind:MyProp' must be hyphenated." ,
202- type : 'VDirectiveKey' ,
203197 line : 1 ,
204198 column : 24 ,
205199 endLine : 1 ,
@@ -215,7 +209,6 @@ ruleTester.run('attribute-hyphenation', rule, {
215209 errors : [
216210 {
217211 message : "Attribute 'v-bind:MyProp' must be hyphenated." ,
218- type : 'VDirectiveKey' ,
219212 line : 1 ,
220213 column : 24 ,
221214 endLine : 1 ,
@@ -232,7 +225,6 @@ ruleTester.run('attribute-hyphenation', rule, {
232225 errors : [
233226 {
234227 message : "Attribute ':second-prop' can't be hyphenated." ,
235- type : 'VDirectiveKey' ,
236228 line : 1 ,
237229 column : 46 ,
238230 endLine : 1 ,
@@ -249,7 +241,6 @@ ruleTester.run('attribute-hyphenation', rule, {
249241 errors : [
250242 {
251243 message : "Attribute 'v-bind:myProp' must be hyphenated." ,
252- type : 'VDirectiveKey' ,
253244 line : 1 ,
254245 column : 24 ,
255246 endLine : 1 ,
@@ -266,7 +257,6 @@ ruleTester.run('attribute-hyphenation', rule, {
266257 errors : [
267258 {
268259 message : "Attribute 'v-bind:propID' must be hyphenated." ,
269- type : 'VDirectiveKey' ,
270260 line : 1 ,
271261 column : 24 ,
272262 endLine : 1 ,
@@ -284,7 +274,6 @@ ruleTester.run('attribute-hyphenation', rule, {
284274 errors : [
285275 {
286276 message : "Attribute 'v-model:my-prop' can't be hyphenated." ,
287- type : 'VDirectiveKey' ,
288277 line : 1 ,
289278 column : 24 ,
290279 endLine : 1 ,
@@ -301,7 +290,6 @@ ruleTester.run('attribute-hyphenation', rule, {
301290 errors : [
302291 {
303292 message : "Attribute 'v-model:myProp' must be hyphenated." ,
304- type : 'VDirectiveKey' ,
305293 line : 1 ,
306294 column : 24 ,
307295 endLine : 1 ,
@@ -317,7 +305,6 @@ ruleTester.run('attribute-hyphenation', rule, {
317305 errors : [
318306 {
319307 message : "Attribute 'v-model:MyProp' must be hyphenated." ,
320- type : 'VDirectiveKey' ,
321308 line : 1 ,
322309 column : 24 ,
323310 endLine : 1 ,
@@ -345,7 +332,6 @@ ruleTester.run('attribute-hyphenation', rule, {
345332 errors : [
346333 {
347334 message : "Attribute 'third-custom' can't be hyphenated." ,
348- type : 'VIdentifier' ,
349335 line : 3 ,
350336 column : 111 ,
351337 endLine : 3 ,
@@ -373,15 +359,13 @@ ruleTester.run('attribute-hyphenation', rule, {
373359 errors : [
374360 {
375361 message : "Attribute 'custom-hyphen' can't be hyphenated." ,
376- type : 'VIdentifier' ,
377362 line : 3 ,
378363 column : 71 ,
379364 endLine : 3 ,
380365 endColumn : 90
381366 } ,
382367 {
383368 message : "Attribute 'second-custom' can't be hyphenated." ,
384- type : 'VIdentifier' ,
385369 line : 3 ,
386370 column : 91 ,
387371 endLine : 3 ,
@@ -397,7 +381,6 @@ ruleTester.run('attribute-hyphenation', rule, {
397381 errors : [
398382 {
399383 message : "Attribute 'my-prop' can't be hyphenated." ,
400- type : 'VIdentifier' ,
401384 line : 1 ,
402385 column : 22 ,
403386 endLine : 1 ,
@@ -413,7 +396,6 @@ ruleTester.run('attribute-hyphenation', rule, {
413396 errors : [
414397 {
415398 message : "Attribute 'MyProp' must be hyphenated." ,
416- type : 'VIdentifier' ,
417399 line : 1 ,
418400 column : 22 ,
419401 endLine : 1 ,
@@ -429,7 +411,6 @@ ruleTester.run('attribute-hyphenation', rule, {
429411 errors : [
430412 {
431413 message : "Attribute ':attr_Gg' must be hyphenated." ,
432- type : 'VDirectiveKey' ,
433414 line : 1 ,
434415 column : 24 ,
435416 endLine : 1 ,
@@ -445,7 +426,6 @@ ruleTester.run('attribute-hyphenation', rule, {
445426 errors : [
446427 {
447428 message : "Attribute ':Attr_Hh' must be hyphenated." ,
448- type : 'VDirectiveKey' ,
449429 line : 1 ,
450430 column : 24 ,
451431 endLine : 1 ,
@@ -461,7 +441,6 @@ ruleTester.run('attribute-hyphenation', rule, {
461441 errors : [
462442 {
463443 message : "Attribute ':_attr_Jj' must be hyphenated." ,
464- type : 'VDirectiveKey' ,
465444 line : 1 ,
466445 column : 24 ,
467446 endLine : 1 ,
@@ -477,7 +456,6 @@ ruleTester.run('attribute-hyphenation', rule, {
477456 errors : [
478457 {
479458 message : "Attribute ':_attrKk' must be hyphenated." ,
480- type : 'VDirectiveKey' ,
481459 line : 1 ,
482460 column : 24 ,
483461 endLine : 1 ,
@@ -493,7 +471,6 @@ ruleTester.run('attribute-hyphenation', rule, {
493471 errors : [
494472 {
495473 message : "Attribute ':_AttrLl' must be hyphenated." ,
496- type : 'VDirectiveKey' ,
497474 line : 1 ,
498475 column : 24 ,
499476 endLine : 1 ,
@@ -509,7 +486,6 @@ ruleTester.run('attribute-hyphenation', rule, {
509486 errors : [
510487 {
511488 message : "Attribute ':my-custom_prop' can't be hyphenated." ,
512- type : 'VDirectiveKey' ,
513489 line : 1 ,
514490 column : 24 ,
515491 endLine : 1 ,
@@ -525,7 +501,6 @@ ruleTester.run('attribute-hyphenation', rule, {
525501 errors : [
526502 {
527503 message : "Attribute ':myAge.sync' must be hyphenated." ,
528- type : 'VDirectiveKey' ,
529504 line : 1 ,
530505 column : 24 ,
531506 endLine : 1 ,
@@ -541,7 +516,6 @@ ruleTester.run('attribute-hyphenation', rule, {
541516 errors : [
542517 {
543518 message : "Attribute ':my-age.sync' can't be hyphenated." ,
544- type : 'VDirectiveKey' ,
545519 line : 1 ,
546520 column : 24 ,
547521 endLine : 1 ,
@@ -566,7 +540,6 @@ ruleTester.run('attribute-hyphenation', rule, {
566540 errors : [
567541 {
568542 message : "Attribute 'my-prop' can't be hyphenated." ,
569- type : 'VIdentifier' ,
570543 line : 3 ,
571544 column : 17 ,
572545 endLine : 3 ,
@@ -591,7 +564,6 @@ ruleTester.run('attribute-hyphenation', rule, {
591564 errors : [
592565 {
593566 message : "Attribute 'myProp' must be hyphenated." ,
594- type : 'VIdentifier' ,
595567 line : 3 ,
596568 column : 17 ,
597569 endLine : 3 ,
0 commit comments