tanshu
4c4c1b994e
This is due to enabling strict mode in Typescript and changing the list department from string to object. But the html was not updated. |
||
---|---|---|
brewman | ||
docker/app | ||
overlord | ||
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