0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-23 22:27:34 -05:00
verdaccio/tools/.eslintrc

14 lines
135 B
Text
Raw Normal View History

2017-07-15 15:04:58 -05:00
{
"rules": {
"no-console": [
2,
{
"allow": [
"warn",
"log"
]
}
]
}
}