摘要:
htmlhinthttps://github.com/yaniswang/HTMLHint使用var HTMLHint = require("htmlhint").HTMLHint;var messages = HTMLHint.verify(code, options);选项{ 'tagname-lowercase': true, 'attr-lowercase': true, 'attr-value-double-quotes': true, 'doctype-first': true, 'tag- 阅读全文