Go to file
2020-12-12 10:26:12 +05:30
brewman Version bump v9.3.1 2020-12-11 07:48:20 +05:30
docker/app
overlord Fix: Save product for new product would bork as productGroup as null and not undefined. 2020-12-12 10:26:12 +05:30
sql
.env
.gitignore
CHANGES.md
README.md

Prettier - to format typescript files

npx prettier --write src/app/

Eslint - to lint typescript files

eslint src/app/

Optional to fix the errors as well

eslint src/app/ --fix

Poerty remove environment

rm -rf `poetry env info -p`

Poerty install

poetry install