Skip to content
chris edited this page Dec 1, 2014 · 8 revisions

代码检查

用法

$ fecs [target...]

$ fecs check [target...]

$ fecs check [target...] --type=js,css

说明

使用 eslint当前目录下所有 JavaScript 代码进行检测。 使用 csshint当前目录下所有 CSS 代码进行检测。 使用 htmlhint当前目录下所有 HTML 代码进行检测。

更多信息

参见 FECS 命令参数

注意事项

对 HTML 的检测,后续会转移到 htmlcs,目前不建议作自定义配置。

Clone this wiki locally