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
Currently there are no code conventions on the project.
Describe the feature you'd like
Ideally we use something like js-standard and enforce via prettier and githooks to run linters on commit/push.
Describe alternatives you've considered
Auto-commits as we do in hoprnet, but CI feels like the wrong place to deal with this (wasting CI cycles on code that wasn't verified in the workstation).
Additional context
This is relevant for our contribution guidelines.
The text was updated successfully, but these errors were encountered:
Is your feature related to a problem?
Currently there are no code conventions on the project.
Describe the feature you'd like
Ideally we use something like
js-standard
and enforce viaprettier
andgithooks
to run linters on commit/push.Describe alternatives you've considered
Auto-commits as we do in
hoprnet
, but CI feels like the wrong place to deal with this (wasting CI cycles on code that wasn't verified in the workstation).Additional context
This is relevant for our contribution guidelines.
The text was updated successfully, but these errors were encountered: