文件名称:grunt-readability:超过 80 列宽的行的 Lint 文件
文件大小:5KB
文件格式:ZIP
更新时间:2024-07-12 01:03:35
JavaScript
可读性 扫描文件超过 80 列宽的行 入门 这个插件需要 Grunt ~0.4.5 如果您以前没有使用过 ,请务必查看指南,因为它解释了如何创建以及安装和使用 Grunt 插件。 熟悉该过程后,您可以使用以下命令安装此插件: npm install grunt-readability --save-dev 安装插件后,可以使用以下 JavaScript 代码在 Gruntfile 中启用它: grunt . loadNpmTasks ( 'grunt-readability' ) ; 例子 grunt . initConfig ( { readability : { all : { files : { src : [ "src/**/*.js" ] } } } , } ) ; 贡献 代替正式的风格指南,注意维护现有
【文件预览】:
grunt-readability-master
----LICENSE-MIT(1KB)
----package.json(858B)
----tasks()
--------readability.js(2KB)
----test()
--------fixtures()
----Gruntfile.js(580B)
----.gitignore(31B)
----README.md(1KB)
----.jshintrc(209B)