build: Always exclude vendor and node_modules
Change-Id: Ibe9948f9505f36f34041b69be499cc0938735961
This commit is contained in:
@@ -18,7 +18,8 @@ module.exports = function ( grunt ) {
|
||||
jsonlint: {
|
||||
all: [
|
||||
'**/*.json',
|
||||
'!node_modules/**'
|
||||
'!node_modules/**',
|
||||
'!vendor/**'
|
||||
]
|
||||
}
|
||||
} );
|
||||
|
||||
Reference in New Issue
Block a user