Removing @nolint from flow files
Reviewed By: zertosh Differential Revision: D5407058 fbshipit-source-id: 54e9cbc1a9739bcf104752f3421cc7cba41730cc
This commit is contained in:
parent
fc86f25f9a
commit
d9f98191eb
|
@ -7,7 +7,6 @@
|
|||
* of patent rights can be found in the PATENTS file in the same directory.
|
||||
*
|
||||
* @providesModule fetch
|
||||
* @nolint
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
* of patent rights can be found in the PATENTS file in the same directory.
|
||||
*
|
||||
* @flow
|
||||
* @nolint
|
||||
*/
|
||||
|
||||
declare module 'console' {
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue