diff --git a/.eslintrc.json b/.eslintrc.json index 4c45bf5290..a83ecf731f 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -31,5 +31,13 @@ "error", { "ignoreDeclarationSort": true, "ignoreCase": true } ] - } + }, + "overrides": [ + { + "files": ["*.spec.ts", "**/test_utils/*.ts"], + "rules": { + "@typescript-eslint/no-non-null-assertion": "off" + } + } + ] }