We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbf37d0 commit f3bb10aCopy full SHA for f3bb10a
1 file changed
test/unit/rules/lint-prettier-test.js
@@ -45,9 +45,7 @@ test
45
data-bar="lol"
46
some-other-thing={{haha-morethaneightychars}}>
47
</div>`,
48
- fixedTemplate: `<div data-foo
49
- data-bar="lol"
50
- some-other-thing={{haha-morethaneightychars}}>
+ fixedTemplate: `<div data-foo data-bar="lol" some-other-thing={{haha-morethaneightychars}}>
51
52
result: {
53
moduleId: "layout",
0 commit comments