Compare commits
4 commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
85f1c49728 | ||
![]() |
eb06751a3d | ||
![]() |
c68ced7f7e | ||
![]() |
4906174274 |
3 changed files with 2631 additions and 162 deletions
|
@ -12,8 +12,9 @@
|
|||
],
|
||||
"test": [
|
||||
"parallel-lint . --exclude vendor --exclude node_modules",
|
||||
"phpcs -p -s",
|
||||
"@phpcs",
|
||||
"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,
|
||||
"scripts": {
|
||||
"test": "grunt test"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint-config-wikimedia": "0.20.0",
|
||||
"grunt": "1.4.0",
|
||||
"grunt": "1.5.3",
|
||||
"grunt-banana-checker": "0.9.0",
|
||||
"grunt-eslint": "23.0.0"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue