grunt-lintspaces:用于检查文件空间的Grunt任务

时间:2024-05-21 04:39:43
【文件属性】:

文件名称:grunt-lintspaces:用于检查文件空间的Grunt任务

文件大小:75KB

文件格式:ZIP

更新时间:2024-05-21 04:39:43

JavaScript

#grunt-lintspaces Grunt任务,用于根据节点模块检查文件中的空间。 如果您正在寻找一个任务来验证您的文件,请看一下这个: 问题和功能要求 这个艰巨的任务只是称为的节点模块的包装。 如果您有任何问题或功能要求,请考虑这是否属于节点模块本身。 入门 如果您以前从未使用过 ,请务必查看《指南》。 在与项目的Gruntfile和package.json相同的目录中,使用以下命令安装此插件: npm install grunt-lintspaces --save-dev 完成后,将此行添加到项目的Gruntfile中: grunt . loadNpmTasks ( 'grunt-lintspaces' ) ; 在您的grunt.js文件中,添加一个名为lintspaces的部分。 本节指定任务。 每个任务都将源和选项作为参数。 参数 来源src 这将设置要检查的文


【文件预览】:
grunt-lintspaces-main
----.gitignore(65B)
----tasks()
--------lintspaces.js(3KB)
----README.md(9KB)
----.nvmrc(8B)
----.github()
--------workflows()
--------dependabot.yml(246B)
----tests()
--------test_newlines.js(2KB)
--------test_editorconfig.js(905B)
--------test_indention.js(2KB)
--------test_trailingspaces.js(1KB)
--------test_comments.js(2KB)
--------test_junit.js(2KB)
--------files()
--------test_directory.js(385B)
----docs()
--------license.md(92B)
--------intro.md(694B)
--------examples.md(473B)
--------parameters.md(85B)
--------task-options.md(899B)
--------installation.md(597B)
--------contribution.md(80B)
--------issues.md(259B)
----LICENSE(1KB)
----.gitattributes(8B)
----Gruntfile.js(4KB)
----.jshintrc(340B)
----package.json(1KB)
----.jscs.json(931B)
----.travis.yml(149B)
----.editorconfig(172B)
----package-lock.json(222KB)

网友评论