Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 309 Bytes

04-code-quality-tooling.md

File metadata and controls

7 lines (5 loc) · 309 Bytes

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.

Follow this guide for tooling setup: https://github.com/wesbos/eslint-config-wesbos.