diff --git a/Gruntfile.js b/Gruntfile.js index daa55e1..fa22503 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -22,13 +22,6 @@ module.exports = function ( grunt ) { '!node_modules/**', '!vendor/**' ] - }, - jsonlint: { - all: [ - '**/*.json', - '!node_modules/**', - '!vendor/**' - ] } } );