Skip to content

Commit 5ef4a21

Browse files
committed
fix
1 parent cb36c50 commit 5ef4a21

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test-projects/gjs/result.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
/home/patrick/projects/eslint-plugin-ember-template-lint/test-projects/gjs/src/placeholer.gjs
66
4:47 error Duplicate attribute 'class' found in the Element ember-template-lint/no-duplicate-attributes
7-
4:59 error Non-translated string used ember-template-lint/no-bare-strings
7+
4:58 error Non-translated string used ember-template-lint/no-bare-strings
88

99
✖ 3 problems (3 errors, 0 warnings)
1010
2 errors and 0 warnings potentially fixable with the `--fix` option.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33
export const Placeholder = <template>
4-
<label class="sr-only" for="initial-editor">
4+
<label class="sr-only" for="initial-editor" class='as'>
55
Glimmer + Markdown Code Editor
66
</label>>
77
</template>;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33
export const Placeholder = <template>
4-
<label class="sr-only" for="initial-editor">
4+
<label class="sr-only" for="initial-editor" class='as'>
55
Glimmer + Markdown Code Editor
66
</label>>
77
</template>;

0 commit comments

Comments
 (0)