Go to file
tanshu 2972203148 Removed the use of any and enabled the rule in eslint.
Now according to me the conversion is final.
Testing is required.
2020-11-24 08:03:43 +05:30
brewman All datasources done. Now to wire them up in the components. 2020-11-23 10:25:53 +05:30
docker/app
overlord Removed the use of any and enabled the rule in eslint. 2020-11-24 08:03:43 +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