gulp xo:使用XO验证文件 源码

上传:yourselves6766 浏览: 21 推荐: 0 文件:ZIP 大小:18.06KB 上传时间:2021-02-21 05:39:09 版权申诉
口香糖 使用验证文件 有关规则的问题应在ESLint上报告,因为它是实际的问题。 安装 $ npm install --save-dev gulp-xo 用法 const gulp = require ( 'gulp' ) ; const xo = require ( 'gulp-xo' ) ; exports . default = ( ) => ( gulp . src ( 'src/app.js' ) . pipe ( xo ( ) ) . pipe ( xo . format ( ) ) . pipe ( xo . failAfterError ( ) ) ) ; AP
上传资源
用户评论