1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
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"
]
}
]
}
}