Skip to content

Commit

Permalink
Remove casting_syntax=both option from flowconfigs now that it is t…
Browse files Browse the repository at this point in the history
…he default

Summary: Remove `casting_syntax=both` option from flowconfigs now that it is the default. Also remove some `exact_by_default=true` which has been `true` by default for a while.

Reviewed By: SamChou19815

Differential Revision: D54287088

fbshipit-source-id: fcca7e49b19bfe030a52d30a26eb433f6da9c156
  • Loading branch information
gkz authored and facebook-github-bot committed Feb 28, 2024
1 parent e7da08a commit 14911b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ suppress_type=$FlowFixMeState
suppress_type=$FlowFixMeEmpty
suppress_type=$FlowExpectedError

casting_syntax=both

[lints]
sketchy-null-number=warn
sketchy-null-mixed=warn
Expand Down

0 comments on commit 14911b7

Please sign in to comment.