From d9f98191ebd4fff235e6f7bb1700c9fa46a57b93 Mon Sep 17 00:00:00 2001 From: Eli White Date: Wed, 12 Jul 2017 13:48:50 -0700 Subject: [PATCH] Removing @nolint from flow files Reviewed By: zertosh Differential Revision: D5407058 fbshipit-source-id: 54e9cbc1a9739bcf104752f3421cc7cba41730cc --- Libraries/Network/fetch.js | 1 - flow/Map.js | 1 - flow/Promise.js | 1 - flow/console.js | 1 - flow/react.js | 1 - 5 files changed, 5 deletions(-) diff --git a/Libraries/Network/fetch.js b/Libraries/Network/fetch.js index 163897752..a3a2c9adf 100644 --- a/Libraries/Network/fetch.js +++ b/Libraries/Network/fetch.js @@ -7,7 +7,6 @@ * of patent rights can be found in the PATENTS file in the same directory. * * @providesModule fetch - * @nolint * */ diff --git a/flow/Map.js b/flow/Map.js index 03ead0225..30d9617d7 100644 --- a/flow/Map.js +++ b/flow/Map.js @@ -7,7 +7,6 @@ * of patent rights can be found in the PATENTS file in the same directory. * * @flow - * @nolint */ // These annotations are copy/pasted from the built-in Flow definitions for diff --git a/flow/Promise.js b/flow/Promise.js index 4dfdcd7d5..1180ac198 100644 --- a/flow/Promise.js +++ b/flow/Promise.js @@ -7,7 +7,6 @@ * of patent rights can be found in the PATENTS file in the same directory. * * @flow - * @nolint */ // These annotations are copy/pasted from the built-in Flow definitions for diff --git a/flow/console.js b/flow/console.js index bcc90713b..bef6d036b 100644 --- a/flow/console.js +++ b/flow/console.js @@ -7,7 +7,6 @@ * of patent rights can be found in the PATENTS file in the same directory. * * @flow - * @nolint */ declare module 'console' { diff --git a/flow/react.js b/flow/react.js index 30c41f9b2..61d2b914c 100644 --- a/flow/react.js +++ b/flow/react.js @@ -7,7 +7,6 @@ * of patent rights can be found in the PATENTS file in the same directory. * * @flow - * @nolint */ // Temporary patches for React.Component and React.Element.