JSPM

html-validate

0.1.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 185734
  • Score
    100M100P100Q165626F
  • License MIT

html linter

Package Exports

  • html-validate/elements/html5.json

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 (html-validate) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

html-validate

Offline HTML5 validator. Validates either a full document or a smaller (incomplete) template, e.g. from an AngularJS or React component.

Features

  • Can test fragments of HTML, for instance a component template.
  • Does not upload any data to a remote server, all testing is done locally.

Usage

npm install -g html-validate
html-validate FILENAME..