mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror
synced 2024-11-15 02:04:02 +00:00
6eb419a981
* grunt-stylelint: 0.15.0 → 0.16.0 * stylelint-config-wikimedia: 0.10.1 → 0.10.3 The following rules are failing and were disabled: * unit-disallowed-list Change-Id: I5a9fb77b79121a25846d0ab6a85cbfe70b9624c6
15 lines
282 B
JSON
15 lines
282 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"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.16.0",
|
|
"stylelint-config-wikimedia": "0.10.3"
|
|
}
|
|
}
|