turned off warnings for non null asertion

This commit is contained in:
Miodec 2022-03-08 02:11:22 +01:00
parent c5f260ecf5
commit 433e1dc767

View file

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