mirror of
https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue.git
synced 2024-11-13 18:37:00 +00:00
147653fa23
Bumps [grunt-banana-checker](https://github.com/wikimedia/banana-checker) from 0.10.0 to 0.11.0. - [Release notes](https://github.com/wikimedia/banana-checker/releases) - [Changelog](https://github.com/wikimedia/banana-checker/blob/master/History.md) - [Commits](https://github.com/wikimedia/banana-checker/commits) --- updated-dependencies: - dependency-name: grunt-banana-checker dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
18 lines
547 B
JSON
18 lines
547 B
JSON
{
|
|
"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": {
|
|
"eslint-config-wikimedia": "0.24.0",
|
|
"grunt-banana-checker": "0.11.0",
|
|
"stylelint-config-idiomatic-order": "9.0.0",
|
|
"stylelint-config-wikimedia": "0.15.0"
|
|
}
|
|
}
|