From 1e59b7433ec3e885d493eb9715e75d8456f5b05e Mon Sep 17 00:00:00 2001 From: Umherirrender Date: Sat, 12 Sep 2020 14:02:05 +0200 Subject: [PATCH] build: Cleanup jsonlint config Change-Id: Id8e8f72f6357080d63064067efe709ddc02e7f1e --- Gruntfile.js | 7 ------- 1 file changed, 7 deletions(-) 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/**' - ] } } );