Error occurred when fetching sidebar data
Investigate linter / prettier / husky configuration
Seems linting style across committers keep changing, eg ""
to ''
and { var }
to {var}
. Makes PR's harder to review, because of all the noise.
Lint on commit Eg https://stackoverflow.com/questions/67176520/how-can-i-run-ng-lint-and-detect-errors-on-pre-commit
Support vscode and intellij editors, eg pycharm
Add instructions if needed