mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-13 18:07:00 +00:00
4307f1ec19
Add support for composer phplint and npm jshint, jsonlint and banana-checker. Change-Id: If509fdb96f35cdd252b6c53ece8a568b4a614926
11 lines
140 B
JSON
11 lines
140 B
JSON
{
|
|
"require-dev": {
|
|
"jakub-onderka/php-parallel-lint": "0.9"
|
|
},
|
|
"scripts": {
|
|
"test": [
|
|
"parallel-lint . --exclude vendor"
|
|
]
|
|
}
|
|
}
|