mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook Github Bot
parent
2fd50882b5
commit
5ff82b7094
@@ -72,6 +72,7 @@ inexact-spread=warn
|
||||
unnecessary-invariant=warn
|
||||
signature-verification-failure=warn
|
||||
deprecated-utility=error
|
||||
implicit-inexact-object=error
|
||||
|
||||
[strict]
|
||||
deprecated-type
|
||||
|
||||
@@ -72,6 +72,7 @@ inexact-spread=warn
|
||||
unnecessary-invariant=warn
|
||||
signature-verification-failure=warn
|
||||
deprecated-utility=error
|
||||
implicit-inexact-object=error
|
||||
|
||||
[strict]
|
||||
deprecated-type
|
||||
|
||||
Reference in New Issue
Block a user