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