verdaccio/tools/.eslintrc

15 lines
158 B
Plaintext

{
"rules": {
"comma-dangle": 0,
"no-console": [
2,
{
"allow": [
"warn",
"log"
]
}
]
}
}