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