version chapril de mobilizon
https://mobilizon.chapril.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
533 B
533 B
Styleguide
Elixir
We format our code with the Elixir Formatter and check for issues with Credo (a few rules are not blocking).
Please run those two commands before pushing code :
mix format
mix credo
These two commands must not return an error code, since they are required to pass inside CI.
Front
We use tslint
with the tslint-config-airbnb
preset.
Errors should be reported when running in dev mode npm run dev
or when building a production bundle npm run build
.