FLUID-6001: Implement a system for automatically linting/validating HTML

Metadata

Source
FLUID-6001
Type
Task
Priority
Major
Status
Open
Resolution
N/A
Assignee
N/A
Reporter
Justin Obara
Created
2016-10-26T16:53:31.109-0400
Updated
2021-07-29T01:48:09.765-0400
Versions
N/A
Fixed Versions
  1. 5.0
Component
  1. Build Scripts
  2. Infrastructure

Description

Like linting for JS files, we should implement a system to automatically validate / lint all of the html files. This includes full html documents and html fragments used for templates and etc.

some options would be to use a service for the w3 validator https://validator.w3.org/nu/ or some other javascript based linter that can be wired up through grunt.

Comments