mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
chore: disable rules for examples
This commit is contained in:
parent
04b19262d0
commit
39570af086
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
{
|
{
|
||||||
"rules": {
|
"rules": {
|
||||||
"max-len": 0
|
"max-len": 0,
|
||||||
|
"@typescript-eslint/prefer-optional-chain": 0,
|
||||||
|
"@typescript-eslint/no-unused-vars": 0,
|
||||||
|
"@typescript-eslint/explicit-member-accessibility": 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue