normae-lint-html:用于Normae验证html的皮棉插件

时间:2024-05-27 01:51:33
【文件属性】:

文件名称:normae-lint-html:用于Normae验证html的皮棉插件

文件大小:8KB

文件格式:ZIP

更新时间:2024-05-27 01:51:33

JavaScript

normae-lint-html normae-lint-html是适用于的html静态代码检查插件,在的基础上配置扩展而成,代码规范依据于拉勾网前端的。 使用 fis-conf.js fis.match('*.html', { lint: fis.plugin('html') }); shell $ normae release -l 参数 interrupt 表示在lint过程中检查到不合法的代码时,是否立即退出程序,停止release 默认值为false fis.match('*.html', { lint: fis.plugin('html', { interrupt: true }); }); ### sets * 表示lint检查的rule * 默认值为 ```javascript { // htmllint de


【文件预览】:
normae-lint-html-master
----sets.js(1KB)
----README.md(3KB)
----package.json(714B)
----index.js(1KB)
----messages.js(592B)
----.npmignore(14B)
----rules()
--------img-req-width-height.js(530B)
--------css-js-no-type.js(650B)
--------form-req-method-post.js(473B)
--------button-req-type.js(454B)
--------id-style-camel.js(379B)
--------boolean-attr-no-value.js(2KB)
--------class-style-underscore.js(594B)

网友评论