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/**'
]
}

View file

@ -11,7 +11,7 @@
"license-name": "GPL-2.0+",
"requires": {
"MediaWiki": ">= 1.23.0"
},
},
"MessagesDirs": {
"CodeMirror": [
"i18n"

View file

@ -1,14 +1,14 @@
{
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"eslint-config-wikimedia": "0.4.0",
"grunt": "1.0.1",
"grunt-banana-checker": "0.5.0",
"grunt-eslint": "19.0.0",
"grunt-jsonlint": "1.1.0",
"grunt-stylelint": "0.7.0",
"stylelint-config-wikimedia": "0.4.1"
}
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"eslint-config-wikimedia": "0.4.0",
"grunt": "1.0.1",
"grunt-banana-checker": "0.5.0",
"grunt-eslint": "19.0.0",
"grunt-jsonlint": "1.1.0",
"grunt-stylelint": "0.7.0",
"stylelint-config-wikimedia": "0.4.1"
}
}