Code Quality Tooling

  • We use ESLint and Prettier.
  • ESLint: Javascript linting tool for identifying and reporting potential issues in code. e.g. bad practices and design patterns.
  • Prettier: Formats code.
NOT DONE THIS - DO LATER