mirror of https://github.com/waku-org/js-waku.git
Remove null-assertion warnings for tests
This commit is contained in:
parent
9e30627e2b
commit
656227d431
|
@ -31,5 +31,13 @@
|
|||
"error",
|
||||
{ "ignoreDeclarationSort": true, "ignoreCase": true }
|
||||
]
|
||||
},
|
||||
"overrides": [
|
||||
{
|
||||
"files": ["*.spec.ts", "**/test_utils/*.ts"],
|
||||
"rules": {
|
||||
"@typescript-eslint/no-non-null-assertion": "off"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue