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: packages/eslint-plugin/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ Please see https://github.com/angular-eslint/angular-eslint for full usage instr
66
66
|[`no-queries-metadata-property`](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/docs/rules/no-queries-metadata-property.md)| Disallows usage of the`queries` metadata property. See more athttps://angular.dev/style-guide#style-05-12.||||
67
67
|[`no-uncalled-signals`](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/docs/rules/no-uncalled-signals.md)| Warns user about unintentionally doing logic on the signal, rather than the signal's value|||:bulb:|
68
68
|[`pipe-prefix`](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/docs/rules/pipe-prefix.md)| Enforce consistent prefix for pipes.||||
69
-
|[`prefer-inject`](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/docs/rules/prefer-inject.md)| Prefer using the inject() function over constructor parameter injection||||
69
+
|[`prefer-inject`](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/docs/rules/prefer-inject.md)| Prefer using the inject() function over constructor parameter injection|:white_check_mark:|||
70
70
|[`prefer-on-push-component-change-detection`](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/docs/rules/prefer-on-push-component-change-detection.md)| Ensures component's`changeDetection` is set to`ChangeDetectionStrategy.OnPush`|||:bulb:|
|[`prefer-output-readonly`](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/docs/rules/prefer-output-readonly.md)| Prefer to declare`@Output`,`OutputEmitterRef` and`OutputRef` as`readonly` since they are not supposed to be reassigned|||:bulb:|