webssh2/.bithoundrc
billchurch f2db7bdfc4 adding ignore files to .bithoundrc
also removing superfluous file
2017-05-27 14:25:56 -04:00

19 lines
No EOL
295 B
Text

{
"critics": {
"lint": {
"engine": "standard"
},
"wc": {
"limit": 5000
}
},
"dependencies": {
"mute": [
"read-config",
"socket.io"
]
},
"ignore": [
"public/src/**"
]
}