mirror of
https://github.com/octfx/mediawiki-extensions-TemplateStylesExtender.git
synced 2024-11-14 19:31:44 +00:00
17 lines
394 B
JSON
17 lines
394 B
JSON
|
{
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"lint:fix:js": "npm -s run lint:js -- --fix",
|
||
|
"lint:js": "eslint --cache --max-warnings 0 ."
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"grunt": "1.3.0",
|
||
|
"grunt-banana-checker": "0.9.0",
|
||
|
"eslint-config-wikimedia": "0.17.0",
|
||
|
"jsdoc": "3.6.3",
|
||
|
"jsdoc-wmf-theme": "0.0.3",
|
||
|
"stylelint-config-idiomatic-order": "8.1.0",
|
||
|
"stylelint-config-wikimedia": "0.10.3"
|
||
|
}
|
||
|
}
|