Package Exports
- diffhtml-middleware-linter
- diffhtml-middleware-linter/dist/cjs/index.js
- diffhtml-middleware-linter/dist/es/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (diffhtml-middleware-linter) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
<±/> 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-linterExample
import { use } from 'diffhtml';
import linter from 'diffhtml-middleware-linter';
use(linter());