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