Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(schematics): add project keys to schema #1494

Merged
merged 2 commits into from
Dec 31, 2018

Conversation

ngfelixl
Copy link
Contributor

Add missing project keys to schema.json
for store, store-devtools and effects
Line-break remove related to "lint-staged" in "precommit" package.json command

Related to #1487

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[x] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Other... Please describe:

Does this PR introduce a breaking change?

[ ] Yes
[x] No

Add missing project keys to schema.json
for store, store-devtools and effects
Line-break remove related to "lint-staged"

Related to ngrx#1487
@ngrxbot
Copy link
Collaborator

ngrxbot commented Dec 29, 2018

Preview docs changes for 354b0b8 at https://previews.ngrx.io/pr1494-354b0b8/

},
"path": {
"type": "string",
"format": "path",
"description": "The path to create the effect.",
"visible": false
},
"project": {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: Could you move this to above module, because it's located there in every other file.

Reorder the schema.json and schema.ts file having the project property
above the module property
@ngrxbot
Copy link
Collaborator

ngrxbot commented Dec 30, 2018

Preview docs changes for 8b25cdb at https://previews.ngrx.io/pr1494-8b25cdb/

Copy link
Member

@timdeschryver timdeschryver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@brandonroberts brandonroberts merged commit 6b73060 into ngrx:master Dec 31, 2018
@ngfelixl ngfelixl deleted the ng-add-project-keys branch January 1, 2019 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants