1
0
Fork 0

Begin auth plugin support

This commit is contained in:
Chocobozzz 2020-04-22 16:07:04 +02:00 committed by Chocobozzz
parent 8d41976378
commit 7fed637506
23 changed files with 604 additions and 74 deletions

View file

@ -63,6 +63,13 @@
"allowNumber": "true"
}
],
"@typescript-eslint/no-this-alias": [
"error",
{
"allowDestructuring": true, // Allow `const { props, state } = this`; false by default
"allowedNames": ["self"] // Allow `const self = this`; `[]` by default
}
],
"@typescript-eslint/return-await": "off",
"@typescript-eslint/no-base-to-string": "off",