Linting
This page describes the linting procedures set up in the "frontend" repository.
GitHub actions (CI/CD)
Running linting locally
# Run the following inside the `frontend` repository
npm run lint-js
npm run lint-sassLast updated