verdaccio-ui/tools/.eslintrc
2019-04-04 21:23:40 +02:00

15 lines
158 B
Plaintext

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