webssh2/.bithoundrc
billchurch 7ae68e2c9d updating .bithoundrc
updating .bithoundrc file to ignore public/src as it contains source
from other modules this project is not responsible for
2017-05-27 13:38:46 -04:00

19 lines
No EOL
294 B
Text

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