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.