Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

Commit

Permalink
Replace implicit-inexact-object with ambiguous-object-type
Browse files Browse the repository at this point in the history
Reviewed By: gkz

Differential Revision: D18784816

fbshipit-source-id: 9cbf14cc3697a35dedfde80b9f19b9ae001cd074
  • Loading branch information
jbrown215 authored and facebook-github-bot committed Dec 4, 2019
1 parent 8395436 commit 6b40a80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flow-types/typed-js-modules/NumberFormatConfig.js.flow
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* @format
*/

// flowlint implicit-inexact-object:error
// flowlint ambiguous-object-type:error

'use strict';

Expand Down
2 changes: 1 addition & 1 deletion packages/fb-babel-plugin-utils/SyntaxPlugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @format
*/

// flowlint implicit-inexact-object:error
// flowlint ambiguous-object-type:error

'use strict';

Expand Down

0 comments on commit 6b40a80

Please sign in to comment.