$ fecs [target...]
$ fecs check [target...]
$ fecs check [target...] --type=js,css
$ fecs check [target...] --type=html
使用 eslint 对当前目录
下所有 JavaScript 代码进行检测。 使用 csshint 对当前目录
下所有 CSS 代码进行检测。 使用 htmlcs 对当前目录
下所有 HTML 代码进行检测。
参见 FECS 命令参数
对 HTML 的检测,已经去掉 htmlhint
,完全转移到 htmlcs
,所有 htmlhint
相关的自定义配置将不会生效。