const gulp = require('gulp'), jshint = require('gulp-jshint'); gulp.task('check', function () { gulp.src('test.js') .pipe(jshint()) ...
確定! 回上一頁