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": {
|
2022-08-13 22:39:54 +00:00
|
|
|
"eslint-config-wikimedia": "0.23.0",
|
2022-08-01 15:26:36 +00:00
|
|
|
"grunt-banana-checker": "0.10.0",
|
2022-09-28 13:51:37 +00:00
|
|
|
"stylelint-config-idiomatic-order": "9.0.0",
|
2022-08-01 15:26:27 +00:00
|
|
|
"stylelint-config-wikimedia": "0.13.1"
|
2021-06-21 18:35:54 +00:00
|
|
|
}
|
2021-06-21 18:47:26 +00:00
|
|
|
}
|