-
Notifications
You must be signed in to change notification settings - Fork 927
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
Allow to configure commintlint in package.json or with json/yaml file #73
Labels
Comments
Haha I was just about to open this same issue |
Sure, some help with this would be awesome. |
pvdlg
added a commit
to pvdlg/commitlint
that referenced
this issue
Sep 17, 2017
pvdlg
added a commit
to pvdlg/commitlint
that referenced
this issue
Sep 17, 2017
pvdlg
added a commit
to pvdlg/commitlint
that referenced
this issue
Sep 17, 2017
pvdlg
added a commit
to pvdlg/commitlint
that referenced
this issue
Sep 19, 2017
pvdlg
added a commit
to pvdlg/commitlint
that referenced
this issue
Sep 20, 2017
pvdlg
added a commit
to pvdlg/commitlint
that referenced
this issue
Sep 20, 2017
pvdlg
added a commit
to pvdlg/commitlint
that referenced
this issue
Sep 21, 2017
pvdlg
added a commit
to pvdlg/commitlint
that referenced
this issue
Sep 21, 2017
bpedersen
pushed a commit
to bpedersen/commitlint
that referenced
this issue
Oct 15, 2019
…gelog#73) A login forces react to reload the list of available packages (by changing the state). However the state (which triggers react to refresh) is set before storing the login token resulting in fetching (XHR GET) only the public packages as the token is not yet available in the GET request. Fixed by setting the storage items ('username' and 'token') before this.setLoggedUser().
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be convenient to allow
commitlint
to be configured withinpackage.json
or with ajson
oryaml
file, similarly toeslint
,prettier
,stylelint
etc...cosmiconfig allow to do that pretty easily (as a replacement of
rc
).Would you be open to such PR ?
The text was updated successfully, but these errors were encountered: