Skip to content

Commit

Permalink
remove grunt-jscs
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Jan 22, 2018
1 parent 58af288 commit 98485cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
19 changes: 1 addition & 18 deletions Gruntfile.js
Expand Up @@ -40,22 +40,6 @@ module.exports = function( grunt ) {
}
},

// Check JS syntax
jscs: {
src: [
'Gruntfile.js',
'controls/**/*.js',
'modules/**/*.js',
'!modules/search/fuse.js',
'!modules/search/fuse.min.js',
'!assets/vendor/*'
],
options: {
config: '.jscsrc',
verbose: true
}
},

// Watch task (run with "grunt watch")
watch: {
css: {
Expand Down Expand Up @@ -143,9 +127,8 @@ module.exports = function( grunt ) {
grunt.loadNpmTasks( 'grunt-contrib-watch' );
grunt.loadNpmTasks( 'grunt-http' );
grunt.loadNpmTasks( 'grunt-wp-readme-to-markdown' );
grunt.loadNpmTasks( 'grunt-jscs' );

grunt.registerTask( 'dev', ['sass', 'jscs', 'watch'] );
grunt.registerTask( 'dev', ['sass', 'watch'] );
grunt.registerTask( 'googlefontsProcess', function() {
var alphaFonts,
popularityFonts,
Expand Down
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -29,7 +29,6 @@
"grunt-contrib-watch": "*",
"grunt-curl": "*",
"grunt-http": "*",
"grunt-jscs": "*",
"grunt-wp-readme-to-markdown": "*"
}
}

0 comments on commit 98485cb

Please sign in to comment.