mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
9 lines
193 B
Plaintext
9 lines
193 B
Plaintext
|
{
|
||
|
"rules": {
|
||
|
"@typescript-eslint/explicit-function-return-type": 0,
|
||
|
"@typescript-eslint/explicit-member-accessibility": 0,
|
||
|
"@typescript-eslint/no-unused-vars": 2,
|
||
|
"no-console": 0
|
||
|
}
|
||
|
}
|