Skip to content

Commit 2f0dce9

Browse files
committed
Fix lint: apply Prettier formatting to test file
1 parent 7e80181 commit 2f0dce9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/lib/rules/template-quotes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const validHbs = [
3434
options: [false],
3535
},
3636
{
37-
code: "{{component 'test'}} <input type=\"checkbox\">",
37+
code: '{{component \'test\'}} <input type="checkbox">',
3838
options: [false],
3939
},
4040
];

0 commit comments

Comments
 (0)