1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-08 23:25:51 +01:00
verdaccio/tools/.eslintrc
Juan Picado @jotadeveloper 3738221bf5
fix: eslint warnings
2017-07-18 21:14:13 +02:00

14 lines
135 B
Plaintext

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