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
- Host: GitHub
- URL: https://github.com/michaelsboost/html-lint-for-codemirror
- Owner: michaelsboost
- License: mit
- Created: 2015-08-15T10:50:57.000Z (over 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2018-08-10T16:48:41.000Z (over 7 years ago)
- Last Synced: 2025-04-09T04:13:25.854Z (9 months ago)
- Language: JavaScript
- Homepage: https://michaelsboost.github.io/kodeWeave/embed/#42bceae61ffdc64afa88e11d4c331bba?result
- Size: 1.77 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
[](https://ko-fi.com/michaelsboost)