Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 343 Bytes

CODE_OF_CONDUCT.md

File metadata and controls

14 lines (12 loc) · 343 Bytes

Coding Standards

Linting

Standard js https://standardjs.com/

React

Use functionnal components with global app state a la redux

Commits

Use prefix in commits and group meaningful code editing together FT - feature: a new feature MISC - miscelianous DOC - documentation: a documentation edit PKG - add of a dependency to the project