diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 0e40297132..1d10013f37 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -243,7 +243,6 @@ const tsOverrides = { // @TODO: Remove these keys over time, setting them back to default 'allowNullableBoolean': true, 'allowNullableNumber': true, - 'allowNullableString': true, }], 'func-style': ['error', 'expression', { 'allowArrowFunctions': true }], 'import/order': [