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
+27-27Lines changed: 27 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -68,33 +68,33 @@ Depending on your tech stack, you may wish to extend other configs as well ([lis
68
68
69
69
All peer dependencies used by `@code-pushup/eslint-config` are listed below, along with their supported versions. Only the default config's dependencies are required, others are optional.
Copy file name to clipboardExpand all lines: docs/angular.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -120,8 +120,8 @@ Config for **Angular** projects.
120
120
|[](https://github.com/angular-eslint/angular-eslint/tree/main/packages/eslint-plugin#readme)|[no-pipe-impure](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/docs/rules/no-pipe-impure.md)<br />Disallows the declaration of impure pipes || π‘ ||
121
121
|[](https://github.com/angular-eslint/angular-eslint/tree/main/packages/eslint-plugin#readme)|[no-queries-metadata-property](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/docs/rules/no-queries-metadata-property.md)<br />Disallows usage of the `queries` metadata property. See more at https://angular.dev/style-guide#style-05-12.||||
122
122
|[](https://github.com/angular-eslint/angular-eslint/tree/main/packages/eslint-plugin#readme)|[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)<br />Ensures component's `changeDetection` is set to `ChangeDetectionStrategy.OnPush`|| π‘ | π§ͺπ« |
123
-
|[](https://github.com/angular-eslint/angular-eslint/tree/main/packages/eslint-plugin#readme)|[prefer-output-readonly](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/docs/rules/prefer-output-readonly.md)<br />Prefer to declare `@Output`as `readonly` since they are not supposed to be reassigned|| π‘ ||
124
-
|[](https://github.com/angular-eslint/angular-eslint/tree/main/packages/eslint-plugin#readme)|[prefer-standalone-component](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/docs/rules/prefer-standalone-component.md)<br />Ensures component `standalone` property is set to `true` in the component decorator|| π§ |π§ͺπ«|
123
+
|[](https://github.com/angular-eslint/angular-eslint/tree/main/packages/eslint-plugin#readme)|[prefer-output-readonly](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/docs/rules/prefer-output-readonly.md)<br />Prefer to declare `@Output`, `OutputEmitterRef` and `OutputRef`as `readonly` since they are not supposed to be reassigned || π‘ ||
124
+
|[](https://github.com/angular-eslint/angular-eslint/tree/main/packages/eslint-plugin#readme)|[prefer-standalone](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/docs/rules/prefer-standalone.md)<br />Ensures Components, Directives and Pipes do not opt out of standalone|| π§ ||
125
125
|[](https://github.com/angular-eslint/angular-eslint/tree/main/packages/eslint-plugin#readme)|[relative-url-prefix](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/docs/rules/relative-url-prefix.md)<br />The ./ and ../ prefix is standard syntax for relative URLs; don't depend on Angular's current ability to do without that prefix. See more at https://angular.dev/style-guide#style-05-04||||
126
126
|[](https://github.com/angular-eslint/angular-eslint/tree/main/packages/eslint-plugin#readme)|[sort-lifecycle-methods](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/docs/rules/sort-lifecycle-methods.md)<br />Ensures that lifecycle methods are declared in order of execution ||||
127
127
|[](https://github.com/angular-eslint/angular-eslint/tree/main/packages/eslint-plugin#readme)|[use-component-selector](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/docs/rules/use-component-selector.md)<br />Component selector must be declared ||| π§ͺπ« |
0 commit comments