Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 398 Bytes

File metadata and controls

21 lines (14 loc) · 398 Bytes

<±/> diffHTML Linter Middleware

Stable Version: 1.0.0-beta.30

Use to validate your markup for inconsistencies and bad practices using HTMLHint rules.

Installation
npm install diffhtml-middleware-linter
Example
import { use } from 'diffhtml';
import linter from 'diffhtml-middleware-linter';

use(linter());