mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
9 lines
192 B
Plaintext
9 lines
192 B
Plaintext
|
{
|
||
|
"rules": {
|
||
|
"max-len": 0,
|
||
|
"@typescript-eslint/prefer-optional-chain": 0,
|
||
|
"@typescript-eslint/no-unused-vars": 0,
|
||
|
"@typescript-eslint/explicit-member-accessibility": 0
|
||
|
}
|
||
|
}
|