build: Cleanup jsonlint config
Change-Id: Id8e8f72f6357080d63064067efe709ddc02e7f1e
This commit is contained in:
parent
742e1fdc0c
commit
1e59b7433e
|
@ -22,13 +22,6 @@ module.exports = function ( grunt ) {
|
|||
'!node_modules/**',
|
||||
'!vendor/**'
|
||||
]
|
||||
},
|
||||
jsonlint: {
|
||||
all: [
|
||||
'**/*.json',
|
||||
'!node_modules/**',
|
||||
'!vendor/**'
|
||||
]
|
||||
}
|
||||
} );
|
||||
|
||||
|
|
Loading…
Reference in New Issue