verdaccio/tools/.eslintrc

15 lines
158 B
Plaintext
Raw Normal View History

2017-07-15 22:04:58 +02:00
{
"rules": {
"comma-dangle": 0,
2017-07-15 22:04:58 +02:00
"no-console": [
2,
{
"allow": [
"warn",
"log"
]
}
]
}
}