mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-24 08:14:09 +00:00
8b73a9e2a9
Fixed the following rules: selector-list-comma-newline-after declaration-property-value-blacklist number-leading-zero color-named Change-Id: Id864b54eaf7d8b88e4327703bb366640769632f1
16 lines
324 B
JSON
16 lines
324 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "1.0.1",
|
|
"grunt-banana-checker": "0.4.0",
|
|
"grunt-contrib-jshint": "0.12.0",
|
|
"grunt-jscs": "2.7.0",
|
|
"grunt-jsonlint": "1.0.7",
|
|
"grunt-stylelint": "0.6.0",
|
|
"stylelint-config-wikimedia": "0.4.1"
|
|
}
|
|
}
|