File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 12
12
>
13
13
{{! template-lint-disable require-input-label}}
14
14
{{! disabled due to https://github.com/ember-template-lint/ember-template-lint/issues/2141 }}
15
+
16
+ {{! template-lint-disable no-autofocus-attribute}}
17
+ {{! disabled because this is a "form field that serves as the main purpose of the page" }}
18
+ {{! see https://github.com/ember-template-lint/ember-template-lint/blob/master/docs/rule/no-autofocus-attribute.md }}
19
+
15
20
<input
16
21
type =" text"
17
22
local-class =" input-lg"
Original file line number Diff line number Diff line change 103
103
"ember-set-body-class" : " 1.0.2" ,
104
104
"ember-source" : " 3.28.6" ,
105
105
"ember-svg-jar" : " 2.3.3" ,
106
- "ember-template-lint" : " 3.12 .0" ,
106
+ "ember-template-lint" : " 3.13 .0" ,
107
107
"ember-test-selectors" : " 6.0.0" ,
108
108
"ember-tooltips" : " 3.4.7" ,
109
109
"ember-truth-helpers" : " 3.0.0" ,
Original file line number Diff line number Diff line change 7030
7030
mkdirp "^0.5.1"
7031
7031
path-posix "^1.0.0"
7032
7032
7033
- ember-template-lint@3.12 .0:
7034
- version "3.12 .0"
7035
- resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-3.12 .0.tgz#8901453f2e72fd0071b4c3f6b1258ccd6299f43c "
7036
- integrity sha512-D56zdFHIjUdvFX01CKvJ0yCfkIBj6bUY5Olchd/Xd6OEIro7cphWKjjB2eGYLIdpwquEREVGS7SWc6riOaO5YQ ==
7033
+ ember-template-lint@3.13 .0:
7034
+ version "3.13 .0"
7035
+ resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-3.13 .0.tgz#6c5c3d26d02985db3b40fc985f63868ec55eab84 "
7036
+ integrity sha512-hT0iatx39qWbxn/ReXsWnIMXa5pWBE/fLrEmzfDmqLjTrWbYE6op1BE1Kbuq0Js96baD3+Nnp+cTbaTYiZPWug ==
7037
7037
dependencies:
7038
7038
"@ember-template-lint/todo-utils" "^10.0.0"
7039
7039
chalk "^4.1.2"
You can’t perform that action at this time.
0 commit comments