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-ngrx.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
@@ -87,7 +87,7 @@ Config for **Angular** projects using **NgRx** library.
87
87
|[](https://ngrx.io/guide/eslint-plugin)|[prefer-inline-action-props](https://ngrx.io/guide/eslint-plugin/rules/prefer-inline-action-props)<br />Prefer using inline types instead of interfaces, types or classes. || 💡 ||
88
88
|[](https://ngrx.io/guide/eslint-plugin)|[prefer-one-generic-in-create-for-feature-selector](https://ngrx.io/guide/eslint-plugin/rules/prefer-one-generic-in-create-for-feature-selector)<br />Prefer using a single generic to define the feature state. || 💡 ||
89
89
|[](https://ngrx.io/guide/eslint-plugin)|[prefer-selector-in-select](https://ngrx.io/guide/eslint-plugin/rules/prefer-selector-in-select)<br />Using a selector in the `select` is preferred over `string` or `props drilling`. ||||
90
-
|[](https://ngrx.io/guide/eslint-plugin)|[prefix-selectors-with-select](https://ngrx.io/guide/eslint-plugin/rules/prefix-selectors-with-select)<br />The selector should start with "select", for example "selectThing". || 💡 ||
90
+
|[](https://ngrx.io/guide/eslint-plugin)|[prefix-selectors-with-select](https://ngrx.io/guide/eslint-plugin/rules/prefix-selectors-with-select)<br />The selector should start with "select", for example "selectEntity".|| 💡 ||
91
91
|[](https://ngrx.io/guide/eslint-plugin)|[select-style](https://ngrx.io/guide/eslint-plugin/rules/select-style)<br />Selector can be used either with `select` as a pipeable operator or as a method. || 🔧 ||
92
92
|[](https://ngrx.io/guide/eslint-plugin)|[updater-explicit-return-type](https://ngrx.io/guide/eslint-plugin/rules/updater-explicit-return-type)<br />`Updater` should have an explicit return type. ||||
93
93
|[](https://ngrx.io/guide/eslint-plugin)|[use-consistent-global-store-name](https://ngrx.io/guide/eslint-plugin/rules/use-consistent-global-store-name)<br />Use a consistent name for the global store. | <details><summary>store$</summary><prelang="json"><code>"store$"</code></pre></details> | 💡 ||
0 commit comments