File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 11
22
33export 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 >;
Original file line number Diff line number Diff line change 11
22
33export 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 >;
You can’t perform that action at this time.
0 commit comments