2021-06-21 18:35:54 +00:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"lint": "npm -s run lint:js && npm -s run lint:i18n",
|
|
|
|
"lint:fix:js": "npm -s run lint:js -- --fix",
|
|
|
|
"lint:fix:styles": "npm -s run lint:styles -- --fix",
|
|
|
|
"lint:js": "eslint --cache --max-warnings 0 .",
|
|
|
|
"lint:styles": "stylelint \"**/*.{less,css}\"",
|
|
|
|
"lint:i18n": "banana-checker --requireLowerCase=0 i18n/"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-11-22 19:11:31 +00:00
|
|
|
"eslint-config-wikimedia": "0.26.0",
|
2023-11-05 23:10:41 +00:00
|
|
|
"grunt-banana-checker": "0.11.1",
|
2022-09-28 13:51:37 +00:00
|
|
|
"stylelint-config-idiomatic-order": "9.0.0",
|
2023-08-24 06:52:15 +00:00
|
|
|
"stylelint-config-wikimedia": "0.16.1"
|
2021-06-21 18:35:54 +00:00
|
|
|
}
|
2021-06-21 18:47:26 +00:00
|
|
|
}
|