Validation and Linting
Validation Tools
Having valid HTML is important. Browsers will attempt to render invalid code, but the results are unpredictable.
HTML
CSS
Formatters & Linters
Prettier and other formatters/linters won’t properly format your code if it is not valid.
- Prettier: Opinionated Code Formatter