gulp-eslint:一个用于实现ESLint的Gulp插件

时间:2021-04-29 03:40:01
【文件属性】:
文件名称:gulp-eslint:一个用于实现ESLint的Gulp插件
文件大小:86KB
文件格式:ZIP
更新时间:2021-04-29 03:40:01
gulp-plugin eslint JavaScript 口香糖 一的插件基于关闭 安装 yarn add -D @doamatto/gulp-eslint npm install --dev @doamatto/gulp-eslint 用法 const { src , task } = require ( 'gulp' ) ; const eslint = require ( 'gulp-eslint' ) ; task ( 'default' , ( ) => { return src ( [ 'scripts/*.js' ] ) // eslint() attaches the lint output to the "eslint" property // of the file object so it can be used by other modules. . pipe (
【文件预览】:
gulp-eslint-master
----.travis.yml(197B)
----.eslintrc.yml(1KB)
----example()
--------result.js(2KB)
--------quiet.js(495B)
--------config.js(2KB)
--------watch.js(1KB)
--------format.js(1KB)
--------fix.js(775B)
--------fail.js(991B)
--------config.json(271B)
----index.js(6KB)
----renovate.json(41B)
----package.json(1KB)
----.whitesource(213B)
----.github()
--------workflows()
----test()
--------result.js(7KB)
--------util.js(8KB)
--------format.js(5KB)
--------linting.js(7KB)
--------fail.js(8KB)
--------fixtures()
----gulpfile.js(280B)
----util.js(10KB)
----LICENSE(1KB)
----.gitignore(42B)
----CHANGELOG.md(6KB)
----README.md(3KB)
----yarn.lock(145KB)
----.eslintignore(14B)
----.editorconfig(432B)
----.gitattributes(11B)

网友评论