
updating .bithoundrc file to ignore public/src as it contains source from other modules this project is not responsible for
19 lines
No EOL
294 B
Text
19 lines
No EOL
294 B
Text
{
|
|
"critics": {
|
|
"lint": {
|
|
"engine": "standard"
|
|
},
|
|
"wc": {
|
|
"limit": 5000
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"mute": [
|
|
"read-config",
|
|
"socket.io"
|
|
]
|
|
}.
|
|
"ignore": [
|
|
"public/src/*"
|
|
]
|
|
} |