Removing @nolint from flow files

Reviewed By: zertosh

Differential Revision: D5407058

fbshipit-source-id: 54e9cbc1a9739bcf104752f3421cc7cba41730cc
This commit is contained in:
Eli White 2017-07-12 13:48:50 -07:00 committed by Facebook Github Bot
parent fc86f25f9a
commit d9f98191eb
5 changed files with 0 additions and 5 deletions

View File

@ -7,7 +7,6 @@
* of patent rights can be found in the PATENTS file in the same directory.
*
* @providesModule fetch
* @nolint
*
*/

View File

@ -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

View File

@ -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

View File

@ -7,7 +7,6 @@
* of patent rights can be found in the PATENTS file in the same directory.
*
* @flow
* @nolint
*/
declare module 'console' {

1
flow/react.js vendored
View File

@ -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.