1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 10:19:30 +02:00

Remove JSHint files.

This commit is contained in:
Gunther Brunner 2016-01-19 21:16:54 +09:00
parent b263d1458c
commit 1006564ae7
3 changed files with 1 additions and 126 deletions

View file

@ -20,9 +20,7 @@ var run = require('gulp-run')
gulp.task('jsonlint', function() {
return gulp.src([
'.jshintrc'
, 'res/.jshintrc'
, '.bowerrc'
'.bowerrc'
, '.yo-rc.json'
, '*.json'
])