1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
verdaccio/test/e2e-ui/.eslintrc

16 lines
212 B
Plaintext
Raw Normal View History

{
"rules": {
"no-console": 0,
"new-cap": 0,
"max-len": 0
},
"globals": {
"VERDACCIO_API_URL": true,
"__DEBUG__": true
},
"env": {
"browser": true,
"jest/globals": true
}
}