Skip to content

Commit

Permalink
Explicitly turn off indexed_access flowconfig option in Xplat
Browse files Browse the repository at this point in the history
Summary:
A future version of Flow will make the `indexed_access` option on by default. Turn it off explicitly in xplat until we're ready to deploy.

Changelog: [Internal]

Reviewed By: panagosg7

Differential Revision: D29468755

fbshipit-source-id: 1ae5bb5f57315a2dab3072cc25689c3fc72ef871
  • Loading branch information
gkz authored and facebook-github-bot committed Jun 29, 2021
1 parent 57106d2 commit b5adfa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
emoji=true

exact_by_default=true
indexed_access=false

format.bracket_spacing=false

Expand Down

0 comments on commit b5adfa0

Please sign in to comment.