mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-13 17:27:20 +00:00
fcfdb9a6b6
Fixed the following rules: color-hex-length function-parentheses-space-inside selector-list-comma-newline-after Change-Id: Ib30aaeb6179617caa693219d434237e950ef5270
15 lines
296 B
JSON
15 lines
296 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "1.0.1",
|
|
"grunt-banana-checker": "0.5.0",
|
|
"grunt-contrib-jshint": "1.0.0",
|
|
"grunt-jsonlint": "1.0.7",
|
|
"grunt-stylelint": "0.6.0",
|
|
"stylelint-config-wikimedia": "0.4.1"
|
|
}
|
|
}
|