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
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report <!-- Please search GitHub for a similar issue or PR before submitting -->
[ ] Performance issue
[x] Feature request
[ ] Documentation issue or request
[ ] Support request => https://github.com/ngxs/store/blob/master/CONTRIBUTING.md
[ ] Other... Please describe:
Current behavior
The option --lint-fix is not accepted by the schematic @ngxs/schematics:store.
Expected behavior
Allow the files generated by schematics to be automatically linted similar to @ng/cli.
Minimal reproduction of the problem with instructions
Run these commands to see difference:
ng g @ngxs/schematics:store --name=test --path=app/store --lint-fix=true
ng g c test --lint-fix=true
What is the motivation / use case for changing the behavior?
After generated files are checked in, the linting by IDE (using project configuration) causes additional changes in subsequent commits.
I'm submitting a...
Current behavior
The option
--lint-fix
is not accepted by the schematic@ngxs/schematics:store
.Expected behavior
Allow the files generated by schematics to be automatically linted similar to
@ng/cli
.Minimal reproduction of the problem with instructions
Run these commands to see difference:
What is the motivation / use case for changing the behavior?
After generated files are checked in, the linting by IDE (using project configuration) causes additional changes in subsequent commits.
Environment
The text was updated successfully, but these errors were encountered: