Linting

This page describes the linting procedures set up in the "frontend" repository.

GitHub actions (CI/CD)

The pull requests on master branches will be tested using a Github Actionsarrow-up-right CI/CD pipeline. The tests are as follows:

  • frontend javascript linting is handled by eslint

  • frontend scss linting is handled by sass-lint

Running linting locally

circle-exclamation
Installation Instructionschevron-right
# Run the following inside the `frontend` repository
npm run lint-js
npm run lint-sass

Last updated