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
@@ -406,7 +406,7 @@ rules in templates can be disabled with eslint directives with mustache or html
406
406
|[order-in-routes](docs/rules/order-in-routes.md)| enforce proper order of properties in routes || 🔧 ||
407
407
|[template-attribute-indentation](docs/rules/template-attribute-indentation.md)| enforce proper indentation of attributes and arguments in multi-line templates ||||
408
408
|[template-attribute-order](docs/rules/template-attribute-order.md)| enforce consistent ordering of attributes in template elements || 🔧 ||
409
-
|[template-block-indentation](docs/rules/template-block-indentation.md)| enforce consistent indentation for block statements and their children ||||
409
+
|[template-block-indentation](docs/rules/template-block-indentation.md)| enforce consistent indentation for block statements and their children ||🔧||
410
410
|[template-eol-last](docs/rules/template-eol-last.md)| require or disallow newline at the end of template files || 🔧 ||
411
411
|[template-linebreak-style](docs/rules/template-linebreak-style.md)| enforce consistent linebreaks in templates || 🔧 ||
412
412
|[template-modifier-name-case](docs/rules/template-modifier-name-case.md)| require dasherized names for modifiers || 🔧 ||
Copy file name to clipboardExpand all lines: docs/rules/template-block-indentation.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# ember/template-block-indentation
2
2
3
+
🔧 This rule is automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/latest/user-guide/command-line-interface#--fix).
4
+
3
5
<!-- end auto-generated rule header -->
4
6
5
7
Migrated from [ember-template-lint/block-indentation](https://github.com/ember-template-lint/ember-template-lint/blob/master/docs/rule/block-indentation.md).
0 commit comments