mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-24 00:03:56 +00:00
787429e1af
* eslint-config-wikimedia: 0.16.2 → 0.17.0 The following rules are failing and were disabled: * no-shadow * grunt: 1.2.1 → 1.3.0 Change-Id: Ia41a39555f46aaa9108d17b7dd40b8a35de4f616
18 lines
354 B
JSON
18 lines
354 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "grunt build",
|
|
"test": "grunt test",
|
|
"doc": "jsduck"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.17.0",
|
|
"grunt": "1.3.0",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-eslint": "23.0.0",
|
|
"grunt-stylelint": "0.15.0",
|
|
"grunt-svgmin": "6.0.0",
|
|
"stylelint-config-wikimedia": "0.10.1"
|
|
}
|
|
}
|