TOC

ferfissimo 2021-05-26 16:38:49 +00:00
parent 292d7cadbd
commit 01390e8582
1 changed files with 7 additions and 1 deletions

@ -1,4 +1,10 @@
# Development # Development
* [General development](#General%20development)
* [GIT workflow](#GIT%20workflow)
* [Code style](#Code%20style)
* [Frontend](Development/Frontend)
* [Backend](Development/Backend)
## General development ## General development
This section is relevant for all development process, on backend, frontend and plugins. This section is relevant for all development process, on backend, frontend and plugins.
@ -35,4 +41,4 @@ We follow the presets of `prettier` version `2.3.0` with this exceptions:
"printWidth": 120, "printWidth": 120,
"arrowParens": "always" "arrowParens": "always"
} }
``` ```