verdaccio-ui/tools/.eslintrc

15 lines
158 B
Plaintext
Raw Normal View History

2019-04-05 02:23:40 +07:00
{
"rules": {
"comma-dangle": 0,
"no-console": [
2,
{
"allow": [
"warn",
"log"
]
}
]
}
}