mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-11-15 11:58:51 +00:00
e96711d7bb
* 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: Id43b02523bb5e0a706f64c1a40d1c1841aa3d345
17 lines
335 B
JSON
17 lines
335 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test",
|
|
"doc": "jsduck"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.17.0",
|
|
"grunt": "1.3.0",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-contrib-watch": "1.1.0",
|
|
"grunt-eslint": "23.0.0",
|
|
"grunt-stylelint": "0.15.0",
|
|
"stylelint-config-wikimedia": "0.10.1"
|
|
}
|
|
}
|