chore: run uncrustify in parallel; add package.json to web directory (#1454)

* refactor: add package.json for web client

* refactor: call uncrustify in parallel
This commit is contained in:
Charles Kerr
2020-09-20 15:41:45 -05:00
committed by GitHub
parent 92fc42ceb5
commit 54a7cac25a
14 changed files with 1130 additions and 212 deletions

View File

@@ -65,7 +65,7 @@ If you're new to building programs from source code, this is typically easier th
### Code Style
You would want to setup your editor to make use of uncrustify.cfg and .jsbeautifyrc configuration files located in the root of this repository.
You would want to setup your editor to make use of the uncrustify.cfg file located in the root of this repository and the eslint/prettier rules in web/package.json.
If for some reason you are unwilling or unable to do so, there is a shell script which you could run either directly or via docker-compose: