mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
14 lines
135 B
Plaintext
14 lines
135 B
Plaintext
{
|
|
"rules": {
|
|
"no-console": [
|
|
2,
|
|
{
|
|
"allow": [
|
|
"warn",
|
|
"log"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|