You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -206,7 +206,7 @@ rules in templates can be disabled with eslint directives with mustache or html
206
206
|[template-no-action-on-submit-button](docs/rules/template-no-action-on-submit-button.md)| disallow action attribute on submit buttons ||||
207
207
|[template-no-args-paths](docs/rules/template-no-args-paths.md)| disallow args.foo paths in templates, use @foo instead || 🔧 ||
208
208
|[template-no-arguments-for-html-elements](docs/rules/template-no-arguments-for-html-elements.md)| disallow @arguments on HTML elements ||||
209
-
|[template-no-array-prototype-extensions](docs/rules/template-no-array-prototype-extensions.md)| disallow usage of Ember Array prototype extensions ||||
209
+
|[template-no-array-prototype-extensions](docs/rules/template-no-array-prototype-extensions.md)| disallow usage of Ember Array prototype extensions ||🔧||
210
210
|[template-no-at-ember-render-modifiers](docs/rules/template-no-at-ember-render-modifiers.md)| disallow usage of @ember/render-modifiers||||
211
211
|[template-no-bare-strings](docs/rules/template-no-bare-strings.md)| disallow bare strings in templates (require translation/localization) ||||
212
212
|[template-no-bare-yield](docs/rules/template-no-bare-yield.md)| disallow templates whose only meaningful content is a bare {{yield}} ||||
0 commit comments