bitovi/funcunit

Lint all the files

开放

#238 创建于 2019年4月10日

 (0 条评论) (0 个反应) (0 位负责人)JavaScript (395 个派生)batch import
cleanuphelp wanted

仓库指标

星标
 (575 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Right now only files in the browser/adapters/ folder are being linted: https://github.com/bitovi/funcunit/blob/c29154f65487c1dfeb474183028ae7edced3c5be/package.json#L34

That glob should be expanded to something like: *.js browser/*.js browser/**/*.js

There are a bunch of linting errors in the browser/*.js files, so those will need to be fixed.

贡献者指南