Go to file
tanshu ccf2f704b6 Fix: Post voucher was not working. Replace command had borked the url.
Fix: Attendace report file name contained single quotes and did not open in excel
2020-12-08 13:05:38 +05:30
brewman Fix: Post voucher was not working. Replace command had borked the url. 2020-12-08 13:05:38 +05:30
docker/app Fix: 2020-11-03 21:50:30 +05:30
overlord Fix: Post voucher was not working. Replace command had borked the url. 2020-12-08 13:05:38 +05:30
sql
.env
.gitignore
CHANGES.md
README.md Fix: 2020-11-03 21:50:30 +05:30

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