tanshu 166af2aaa3 Fix: Rebase
Chore: Moved to ruff and sorted and cleaned using it.
Chore: Ansible file moved to roles based.
Chore: Upgraded some dependencies
2024-04-13 14:25:53 +05:30
2023-08-04 21:01:12 +05:30
2024-04-13 14:25:53 +05:30
2024-04-13 14:25:53 +05:30
2023-12-28 14:21:46 +05:30
2023-08-23 11:42:13 +05:30
2024-04-13 14:25:53 +05:30
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
S
Description
No description provided
Readme
40 MiB
Languages
Python 42.7%
TypeScript 38.5%
HTML 16.7%
CSS 0.9%
Sass 0.5%
Other 0.6%