You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 months ago | |
---|---|---|
brewman | 2 months ago | |
docker | 2 months ago | |
overlord | 2 months ago | |
sql | ||
.env | ||
.gitignore | 2 years ago | |
CHANGES.md | 2 years ago | |
README.md | 2 years ago | |
deploy.sh | 2 months ago | |
lint.sh | 2 months ago | |
version_bump.sh | 8 months ago |
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