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
When generating a project using @o3r/create, do we want the generator to automatically generate a husky hooks configuration?
If we do not want it to be included by default, we could provide a schematic that can be run on demand, similarly to the ng add @o3r/eslint-config command.
Proposal
The default configuration could be the following one.
Context
When generating a project using
@o3r/create
, do we want the generator to automatically generate a husky hooks configuration?If we do not want it to be included by default, we could provide a schematic that can be run on demand, similarly to the
ng add @o3r/eslint-config
command.Proposal
The default configuration could be the following one.
Packages to install:
Configuration files to fill:
lint-staged
config inpackage.json
file..commitlintrc.json
config file..husky/commit-msg
and.husky/pre-commit
scripts.Example in this PR: https://github.com/amadeus-digital/nevio-cockpit/pull/6/files
The text was updated successfully, but these errors were encountered: