diff --git a/core/.eslintrc.js b/core/.eslintrc.js index 6d5c965e58..5b1d2de926 100644 --- a/core/.eslintrc.js +++ b/core/.eslintrc.js @@ -32,7 +32,7 @@ module.exports = { "@typescript-eslint/no-non-null-assertion": "off", "no-case-declarations": "off", "@typescript-eslint/strict-boolean-expressions": [ - "warn", + "error", { "allowNullableBoolean": true, "allowNullableString": true,