mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-23 22:27:34 -05:00
13 lines
135 B
Text
13 lines
135 B
Text
{
|
|
"rules": {
|
|
"no-console": [
|
|
2,
|
|
{
|
|
"allow": [
|
|
"warn",
|
|
"log"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|