Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
85f1c49728 | ||
|
|
eb06751a3d | ||
|
|
c68ced7f7e | ||
|
|
4906174274 |
@@ -12,8 +12,9 @@
|
|||||||
],
|
],
|
||||||
"test": [
|
"test": [
|
||||||
"parallel-lint . --exclude vendor --exclude node_modules",
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
||||||
"phpcs -p -s",
|
"@phpcs",
|
||||||
"minus-x check ."
|
"minus-x check ."
|
||||||
]
|
],
|
||||||
|
"phpcs": "phpcs -sp --cache"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
2785
package-lock.json
generated
2785
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -1,11 +1,12 @@
|
|||||||
{
|
{
|
||||||
|
"name": "ContributionScores",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "grunt test"
|
"test": "grunt test"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint-config-wikimedia": "0.20.0",
|
"eslint-config-wikimedia": "0.20.0",
|
||||||
"grunt": "1.4.0",
|
"grunt": "1.5.3",
|
||||||
"grunt-banana-checker": "0.9.0",
|
"grunt-banana-checker": "0.9.0",
|
||||||
"grunt-eslint": "23.0.0"
|
"grunt-eslint": "23.0.0"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user