verdaccio/tools/.eslintrc

14 lines
135 B
Plaintext

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