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: docs/angular.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -52,9 +52,9 @@ Config for **Angular** projects.
52
52
);
53
53
```
54
54
55
-
## π Rules (421)
55
+
## π Rules (422)
56
56
57
-
**345** rules are included from [`typescript` config](./typescript.md#π-rules-345). For brevity, only the **76** additional rules are listed in this document.
57
+
**345** rules are included from [`typescript` config](./typescript.md#π-rules-345). For brevity, only the **77** additional rules are listed in this document.
58
58
59
59
> π§ Automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/user-guide/command-line-interface#--fix).<br>π‘ Manually fixable by [editor suggestions](https://eslint.org/docs/developer-guide/working-with-rules#providing-suggestions).<br>π§ͺπ« Disabled for [test files](../README.md#π§ͺ-test-overrides).<br>π§ͺβ οΈ Severity lessened to warning for [test files](../README.md#π§ͺ-test-overrides).
60
60
@@ -97,7 +97,7 @@ Config for **Angular** projects.
@@ -131,6 +131,7 @@ Config for **Angular** projects.
131
131
|[](https://github.com/angular-eslint/angular-eslint/tree/main/packages/eslint-plugin-template#readme)|[no-inline-styles](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin-template/docs/rules/no-inline-styles.md)<br />Disallows the use of inline styles in HTML templates | <details><summary>allowNgStyle: true, allowBi...</summary><prelang="json"><code>{ "allowNgStyle": true, "allowBindToStyle": true }</code></pre></details> |||
132
132
|[](https://github.com/angular-eslint/angular-eslint/tree/main/packages/eslint-plugin-template#readme)|[no-interpolation-in-attributes](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin-template/docs/rules/no-interpolation-in-attributes.md)<br />Ensures that property-binding is used instead of interpolation in attributes. ||||
133
133
|[](https://github.com/angular-eslint/angular-eslint/tree/main/packages/eslint-plugin-template#readme)|[no-positive-tabindex](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin-template/docs/rules/no-positive-tabindex.md)<br />Ensures that the `tabindex` attribute is not positive || π‘ ||
134
+
|[](https://github.com/angular-eslint/angular-eslint/tree/main/packages/eslint-plugin-template#readme)|[prefer-control-flow](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin-template/docs/rules/prefer-control-flow.md)<br />Ensures that the built-in control flow is used. ||||
134
135
|[](https://github.com/angular-eslint/angular-eslint/tree/main/packages/eslint-plugin-template#readme)|[prefer-ngsrc](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin-template/docs/rules/prefer-ngsrc.md)<br />Ensures ngSrc is used instead of src for img elements ||||
135
136
|[](https://github.com/angular-eslint/angular-eslint/tree/main/packages/eslint-plugin-template#readme)|[prefer-self-closing-tags](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin-template/docs/rules/prefer-self-closing-tags.md)<br />Ensures that self-closing tags are used for elements with a closing tag but no content. || π§ ||
136
137
|[](https://github.com/angular-eslint/angular-eslint/tree/main/packages/eslint-plugin-template#readme)|[use-track-by-function](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin-template/docs/rules/use-track-by-function.md)<br />Ensures trackBy function is used ||||
Copy file name to clipboardExpand all lines: docs/ngrx.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -52,9 +52,9 @@ Config for **Angular** projects using **NgRx** library.
52
52
);
53
53
```
54
54
55
-
## π Rules (451)
55
+
## π Rules (452)
56
56
57
-
**421** rules are included from [`angular` config](./angular.md#π-rules-421). For brevity, only the **30** additional rules are listed in this document.
57
+
**422** rules are included from [`angular` config](./angular.md#π-rules-422). For brevity, only the **30** additional rules are listed in this document.
58
58
59
59
> π§ Automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/user-guide/command-line-interface#--fix).<br>π‘ Manually fixable by [editor suggestions](https://eslint.org/docs/developer-guide/working-with-rules#providing-suggestions).<br>π§ͺπ« Disabled for [test files](../README.md#π§ͺ-test-overrides).<br>π§ͺβ οΈ Severity lessened to warning for [test files](../README.md#π§ͺ-test-overrides).
0 commit comments