pm2/.bithoundrc
Alexandre Strzelewicz 486f8b95be .bithoundrc
2018-01-25 22:24:49 +01:00

11 lines
140 B
Plaintext

{
"ignore": [
"**/node_modules/**",
"**/test/**",
"**/examples/**"
],
"critics": {
"lint": {"engine": "eslint"}
}
}