Fix indent in json files

Change-Id: Id873facdf4d0aece5883f3ced79f7fb17aa6de8a
This commit is contained in:
Umherirrender 2017-07-18 20:13:46 +02:00
parent 7ad9ef2de1
commit 453335f16e
3 changed files with 14 additions and 13 deletions

View file

@ -26,6 +26,7 @@ module.exports = function ( grunt ) {
jsonlint: {
all: [
'**/*.json',
'.stylelintrc',
'!node_modules/**'
]
}