adding bithound ci
This commit is contained in:
parent
4d43ff1506
commit
0aa410e370
2 changed files with 12 additions and 1 deletions
10
.bithoundrc
Normal file
10
.bithoundrc
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
"critics": {
|
||||||
|
"lint": {"engine": "standard"}
|
||||||
|
"wc": { "limit": 5000 }
|
||||||
|
}
|
||||||
|
"dependencies": {
|
||||||
|
"mute": [
|
||||||
|
"read-config",
|
||||||
|
"socket.io"
|
||||||
|
]
|
||||||
|
}
|
|
@ -29,7 +29,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"basic-auth": "^1.1.0",
|
"basic-auth": "^1.1.0",
|
||||||
"colors": "^1.1.2",
|
"colors": "^1.1.2",
|
||||||
"debug": "^2.6.7",
|
"debug": "^2.6.8",
|
||||||
"express": "^4.15.3",
|
"express": "^4.15.3",
|
||||||
"express-session": "^1.15.3",
|
"express-session": "^1.15.3",
|
||||||
"read-config": "^1.6.0",
|
"read-config": "^1.6.0",
|
||||||
|
@ -42,6 +42,7 @@
|
||||||
"test": "snyk test"
|
"test": "snyk test"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"bithound": "^1.7.0",
|
||||||
"snyk": "^1.30.1"
|
"snyk": "^1.30.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue