New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

markuplint

Package Overview
Dependencies
Maintainers
1
Versions
295
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markuplint

HTML linter for legacy/modern HTML, Web Components, SVG, MathML, AMP HTML and more.

  • 1.0.0-alpha.2
  • npm
  • Socket score

Version published
Weekly downloads
34K
increased by11.93%
Maintainers
1
Weekly downloads
 
Created
Source

markuplint

Build Status Coverage Status

HTML linter for legacy/modern HTML, Web Components, SVG, MathML, AMP HTML and more.

Install

Version 1.0.0-alpha in development.

$ yarn add -D markuplint@next

Usage

CLI

$ markuplint verifyee.html
$ markuplint --help

Usage
	$ markuplint <HTML file pathes (glob format)>
	$ <stdout> | markuplint

Options
	--ruleset,      -r FILE_PATH  Ruleset file path.
	--no-color,     -c            Output no color.
	--format,       -f FORMAT     Output format. Support "JSON" or "Simple". Default "JSON".
	--problem-only, -p            Output only problems, without passeds.

	--help,         -h            Show help.
	--version,      -v            Show version.

Examples
	$ markuplint verifyee.html --ruleset path/to/.markuplintrc
	$ cat verifyee.html | markuplint

Screen shot

API

WIP

Configuration

.markuplintrc JSON or YAML format

WIP

Rules

WIP

Rule Customization

WIP

Editor Extensions

No supported in this development version.

Thanks

This linter is inspired by:

FAQs

Package last updated on 11 Mar 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc