mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
16 lines
212 B
Plaintext
16 lines
212 B
Plaintext
|
{
|
||
|
"rules": {
|
||
|
"no-console": 0,
|
||
|
"new-cap": 0,
|
||
|
"max-len": 0
|
||
|
},
|
||
|
"globals": {
|
||
|
"VERDACCIO_API_URL": true,
|
||
|
"__DEBUG__": true
|
||
|
},
|
||
|
"env": {
|
||
|
"browser": true,
|
||
|
"jest/globals": true
|
||
|
}
|
||
|
}
|