mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-01 19:38:24 +08:00
ignoring no-this-alias
This commit is contained in:
parent
58505a9f31
commit
21c9d5d90d
1 changed files with 2 additions and 1 deletions
|
@ -73,7 +73,8 @@
|
|||
"error",
|
||||
{ "argsIgnorePattern": "^(_|e|event)" }
|
||||
],
|
||||
"@typescript-eslint/no-var-requires": "error"
|
||||
"@typescript-eslint/no-var-requires": "error",
|
||||
"@typescript-eslint/no-this-alias": "off"
|
||||
}
|
||||
// "parserOptions": {
|
||||
// "project": "./tsconfig.json"
|
||||
|
|
Loading…
Reference in a new issue