We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 785a556 commit a60f71fCopy full SHA for a60f71f
1 file changed
test/unit/rules/lint-prettier-test.js
@@ -39,6 +39,28 @@ test
39
isFixable: true
40
}
41
},
42
+ {
43
+ config: true,
44
+ template: `<div data-foo
45
+ data-bar="lol"
46
+ some-other-thing={{haha-morethaneightychars}}>
47
+</div>`,
48
+ fixedTemplate: `<div data-foo
49
50
51
52
+ result: {
53
+ moduleId: "layout",
54
+ message: 'Replace `⏎·data-bar="lol"⏎·····` with ` data-bar="lol"`',
55
+ line: 1,
56
+ column: 13,
57
+ source: `<div data-foo
58
59
60
61
+ isFixable: true
62
+ }
63
+ },
64
{
65
config: true,
66
template: "test\n",
0 commit comments