-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
e2ab916b feat(eslint-plugin): add signalStoreFeatureShouldUseGenericT…
…ype rule (#4454)
- Loading branch information
Showing
16 changed files
with
21 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
b58ea227 docs: add Rainer Hahnekamp as a Collaborator (#4450) | ||
e2ab916b feat(eslint-plugin): add signalStoreFeatureShouldUseGenericType rule (#4454) |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
5 changes: 5 additions & 0 deletions
5
generated/docs/guide/eslint-plugin/rules/signal-store-feature-should-use-generic-type.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"id": "guide/eslint-plugin/rules/signal-store-feature-should-use-generic-type", | ||
"title": "signal-store-feature-should-use-generic-type", | ||
"contents": "\n\n\n <div class=\"github-links\">\n <a href=\"https://github.com/ngrx/platform/edit/main/projects/ngrx.io/content/guide/eslint-plugin/rules/signal-store-feature-should-use-generic-type.md?message=docs%3A%20describe%20your%20change...\" aria-label=\"Suggest Edits\" title=\"Suggest Edits\"><i class=\"material-icons\" aria-hidden=\"true\" role=\"img\">mode_edit</i></a>\n </div>\n\n\n<div class=\"content\">\n<h1 id=\"signal-store-feature-should-use-generic-type\">signal-store-feature-should-use-generic-type<a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"guide/eslint-plugin/rules/signal-store-feature-should-use-generic-type#signal-store-feature-should-use-generic-type\"><i class=\"material-icons\">link</i></a></h1>\n<p>A custom Signal Store feature that accepts an input should define a generic type.</p>\n<ul>\n<li><strong>Type</strong>: problem</li>\n<li><strong>Fixable</strong>: Yes</li>\n<li><strong>Suggestion</strong>: No</li>\n<li><strong>Requires type checking</strong>: No</li>\n<li><strong>Configurable</strong>: No</li>\n</ul>\n<!-- Everything above this generated, do not edit -->\n<!-- MANUAL-DOC:START -->\n\n</div>\n\n<!-- links to this doc:\n-->\n<!-- links from this doc:\n - guide/eslint-plugin/rules/signal-store-feature-should-use-generic-type#signal-store-feature-should-use-generic-type\n - https://github.com/ngrx/platform/edit/main/projects/ngrx.io/content/guide/eslint-plugin/rules/signal-store-feature-should-use-generic-type.md?message=docs%3A%20describe%20your%20change...\n-->" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
generated/zips/component-store-paginator-service/component-store-paginator-service.zip
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
generated/zips/component-store-paginator/component-store-paginator.zip
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
generated/zips/component-store-slide-toggle/component-store-slide-toggle.zip
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
generated/zips/router-store-selectors/router-store-selectors.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.