Skip to content

Linting

Alistair Ross edited this page May 13, 2023 · 1 revision

The Linter

We will be using GitHub super linter in order to ensure that our standards and syntax are correct. It has been set up to run linters for the following:

  • TYPESCRIPT_STANDARD
  • ESLINT
  • SQL
  • HTML
  • CSS
  • JAVA

Linting

Anytime a push or pull is made to any branch the linter will run and check the added code. If the action fails you can go look at the details to see the error in the code.

Linting Locally

(will update) We can lint locally using Docker, I will give more information shortly or maybe we use just ESlint and Typescript_standard to lint locally