build: Cleanup jsonlint config

Change-Id: Id8e8f72f6357080d63064067efe709ddc02e7f1e
This commit is contained in:
Umherirrender 2020-09-12 14:02:05 +02:00
parent 742e1fdc0c
commit 1e59b7433e
1 changed files with 0 additions and 7 deletions

View File

@ -22,13 +22,6 @@ module.exports = function ( grunt ) {
'!node_modules/**',
'!vendor/**'
]
},
jsonlint: {
all: [
'**/*.json',
'!node_modules/**',
'!vendor/**'
]
}
} );