0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-23 22:27:34 -05:00
verdaccio/tools/.eslintrc
Juan Picado @jotadeveloper 3738221bf5
fix: eslint warnings
2017-07-18 21:14:13 +02:00

13 lines
135 B
Text

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