formatting
This commit is contained in:
parent
252306322b
commit
efb48ab711
1 changed files with 16 additions and 10 deletions
14
.bithoundrc
14
.bithoundrc
|
@ -1,10 +1,16 @@
|
||||||
"critics": {
|
{
|
||||||
"lint": {"engine": "standard"},
|
"critics": {
|
||||||
"wc": { "limit": 5000 }
|
"lint": {
|
||||||
},
|
"engine": "standard"
|
||||||
|
},
|
||||||
|
"wc": {
|
||||||
|
"limit": 5000
|
||||||
|
}
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"mute": [
|
"mute": [
|
||||||
"read-config",
|
"read-config",
|
||||||
"socket.io"
|
"socket.io"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue