0
Fork 0
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:
Juan Picado 2020-10-31 09:52:58 +01:00
parent 04b19262d0
commit 39570af086

View file

@ -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
} }
} }