mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-11 17:01:58 +00:00
903ef038c8
* eslint-config-wikimedia: 0.27.0 → 0.28.2 The following rules are failing and were disabled: * modules: * es-x/no-object-assign * grunt-stylelint: 0.19.0 → 0.20.1 * stylelint-config-wikimedia: 0.16.1 → 0.17.2 Change-Id: I49a4e6d4e44639b380782fda105672ffa362d44e
19 lines
404 B
JSON
19 lines
404 B
JSON
{
|
|
"name": "WikiEditor",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test && npm run doc",
|
|
"doc": "jsdoc -c jsdoc.json"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.28.2",
|
|
"grunt": "1.6.1",
|
|
"grunt-banana-checker": "0.13.0",
|
|
"grunt-eslint": "24.3.0",
|
|
"grunt-stylelint": "0.20.1",
|
|
"jsdoc": "^4.0.3",
|
|
"jsdoc-wmf-theme": "1.0.1",
|
|
"stylelint-config-wikimedia": "0.17.2"
|
|
}
|
|
}
|