文章来源于网络收集而来,版权归原创者所有,如有侵权请及时联系!
HTML 代码检查
EDP 内置 FECS,而 FECS
通过封装的 htmlcs
实现对 html
文件的检查。通过 htmlhint
命令:edp htmlhint
或 edp lint --type=html
,能够对 当前目录
下所有 html
文件的代码进行检查。
注意,目前 EDP 的代码检查并没有使用 csslint
,只是为了兼容旧版才保留 csslint
命令。更多信息,移步 fecs.wiki
$ edp htmlhint edp INFO index.html edp WARN → line 1, col 1: <meta http-equiv="X-UA-Compatible" content="IE=Edge"> recommended. edp WARN → line 6, col 5: Default value of attribute "type" ("text/css") does not need to be set. edp WARN → line 6, col 5: Attribute "rel" of <link> should be set as "stylesheet". edp WARN → line 7, col 5: Default value of attribute "type" ("text/javascript") does not need to be set. edp WARN → line 7, col 5: Javascript contents are recommended to be imported in the tail of <body>. edp WARN → line 8, col 5: Style tag can not be used. edp WARN → line 14, col 5: Default value of attribute "type" ("text/javascript") does not need to be set. edp WARN → line 14, col 5: Javascript contents are recommended to be imported in the tail of <body>.
自定义配置
EDP 默认使用 htmlcs
的配置,如果想使用自己的检测配置,可以在 当前目录
下建立 .fecsrc
文件。该文件是 JSON 格式,其中相关参数将与默认参数 mixin。具体参数的含义请参考 https://github.com/ecomfe/htmlcs/blob/master/lib/default/htmlcsrc.json。
下面是一个.fecsrc
的简单例子:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论