文件名称:jshint-tsv-reporter:JSHint 的 TSV 格式报告器
文件大小:4KB
文件格式:ZIP
更新时间:2024-07-07 23:52:46
JavaScript
jshint-tsv-repoter JSHint 的 TSV(制表符分隔值)格式报告器。 这适用于 Excel 中的质量评估。 安装 npm install --save-dev jshint-tsv-reporter 用法 JSHint CLI jshint --reporter node_modules/jshint-tsv-reporter/reporter.js file.js grunt . initConfig ( { jshint : { options : { jshintrc : '.jshintrc' , reporter : require ( 'jshint-tsv-reporter' ) , reporterOutput : 'jshint-report.txt' } , target :
【文件预览】:
jshint-tsv-reporter-master
----reporter.js(2KB)
----LICENSE(1KB)
----README.md(2KB)
----.gitignore(37B)
----index.js(64B)
----header()
--------ja.js(161B)
--------en.js(145B)
----package.json(376B)