lint(eslint): strict boolean expressions now error (#25961)

This commit is contained in:
Liam DeBeasi
2022-09-16 15:07:21 -05:00
committed by GitHub
parent 3c84d48cfa
commit 1103224e9d

View File

@ -32,7 +32,7 @@ module.exports = {
"@typescript-eslint/no-non-null-assertion": "off", "@typescript-eslint/no-non-null-assertion": "off",
"no-case-declarations": "off", "no-case-declarations": "off",
"@typescript-eslint/strict-boolean-expressions": [ "@typescript-eslint/strict-boolean-expressions": [
"warn", "error",
{ {
"allowNullableBoolean": true, "allowNullableBoolean": true,
"allowNullableString": true, "allowNullableString": true,