mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-06 11:01:00 +08:00
turned off warnings for non null asertion
This commit is contained in:
parent
c5f260ecf5
commit
433e1dc767
1 changed files with 2 additions and 1 deletions
|
|
@ -74,7 +74,8 @@
|
|||
"error",
|
||||
{ "argsIgnorePattern": "^(_|e|event)" }
|
||||
],
|
||||
"@typescript-eslint/no-var-requires": "error"
|
||||
"@typescript-eslint/no-var-requires": "error",
|
||||
"@typescript-eslint/no-non-null-assertion": "off"
|
||||
}
|
||||
// "parserOptions": {
|
||||
// "project": "./tsconfig.json"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue