Skip to content

Commit

Permalink
lint: Remove allowNullableString from eslint config (#4610)
Browse files Browse the repository at this point in the history
  • Loading branch information
valarnin authored Sep 10, 2023
1 parent 3b7f627 commit ce3260d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -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': [
Expand Down

0 comments on commit ce3260d

Please sign in to comment.