gulp-htmlhint

时间:2024-05-18 17:45:23
【文件属性】:

文件名称:gulp-htmlhint

文件大小:105KB

文件格式:ZIP

更新时间:2024-05-18 17:45:23

gulp-plugin htmlhint JavaScript

gulp-htmlhint 包装的,以验证您HTML 用法 首先,将gulp-htmlhint安装为开发依赖项: npm install --save-dev gulp-htmlhint 然后,将其添加到您的gulpfile.js : var htmlhint = require ( "gulp-htmlhint" ) ; gulp . src ( "./src/*.html" ) . pipe ( htmlhint ( ) ) 原料药 htmlhint([options [,customRules]]) 选项 在此处查看所有规则: : 如果options为空,则该任务将使用标准选项。 options.htmlhintrc 类型: String 默认值: null 如果指定了此文件名,则将使用在那里定义的选项和全局变量。 任务和目标选项将覆盖htmlhintrc文件中的


【文件预览】:
gulp-htmlhint-master
----.gitignore(42B)
----package.json(1KB)
----package-lock.json(352KB)
----.travis.yml(172B)
----LICENSE(1KB)
----index.js(7KB)
----README.md(4KB)
----Changelog.md(1KB)
----.gitattributes(11B)
----test()
--------main.js(15KB)
--------htmlhintrc.json(25B)
--------fixtures()
----.editorconfig(293B)

网友评论