An open API service indexing awesome lists of open source software.

https://github.com/michaelsboost/html-lint-for-codemirror

html hint/html lint integration for the codemirror editor
https://github.com/michaelsboost/html-lint-for-codemirror

Last synced: 2 months ago
JSON representation

html hint/html lint integration for the codemirror editor

Awesome Lists containing this project

README

          

Codemirror and HTMLHint Integration
===================

Want to use [HTMLHint](http://htmlhint.com/js/htmlhint.js) for syntax validation for your html code?

**NOTE:** If you're using [Ace Editor](http://ace.c9.io/) please refer to [htmlhint.com](http://htmlhint.com/). This release is strictly a [Codemirror](http://codemirror.net/) Integration.

[Try it on kodeWeave!](https://michaelsboost.github.io/kodeWeave/editor/#42bceae61ffdc64afa88e11d4c331bba)
[Try it on Codepen!](http://codepen.io/anon/pen/RaNwNd?editors=0010)

Rules Specified for Validation
-------------

var ruleSets = {
"tagname-lowercase": true,
"attr-lowercase": true,
"attr-value-double-quotes": true,
"doctype-first": false,
"tag-pair": true,
"spec-char-escape": true,
"id-unique": true,
"src-not-empty": true,
"attr-no-duplication": true
};

You can show your appreciation by [Donating via SquareCash](https://cash.me/$michaelsboost) and/or [PayPal](https://www.paypal.me/mikethedj4)

[![ko-fi](https://az743702.vo.msecnd.net/cdn/kofi2.png?v=0)](https://ko-fi.com/michaelsboost)