mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-21 07:29:37 +01:00
15 lines
158 B
Plaintext
15 lines
158 B
Plaintext
{
|
|
"rules": {
|
|
"comma-dangle": 0,
|
|
"no-console": [
|
|
2,
|
|
{
|
|
"allow": [
|
|
"warn",
|
|
"log"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|