Error on implicit inexact objects in xplat/js

Summary:
This will ensure we don't get any more implicit inexact objects in xplat/js. Before we turn on exact-by-default we are going to make an announcement post, so this diff will hold the line until that's out.

Changelog: [Internal]

Reviewed By: gkz

Differential Revision: D18785892

fbshipit-source-id: caeb662f08b44cebe34b9e1b52bdd5842fe06176
This commit is contained in:
Jordan Brown
2019-12-05 09:03:03 -08:00
committed by Facebook Github Bot
parent 2fd50882b5
commit 5ff82b7094
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -72,6 +72,7 @@ inexact-spread=warn
unnecessary-invariant=warn
signature-verification-failure=warn
deprecated-utility=error
implicit-inexact-object=error
[strict]
deprecated-type
+1
View File
@@ -72,6 +72,7 @@ inexact-spread=warn
unnecessary-invariant=warn
signature-verification-failure=warn
deprecated-utility=error
implicit-inexact-object=error
[strict]
deprecated-type