Skip to content

Commit

Permalink
use flowlint-next-line instead of suppressing ranges
Browse files Browse the repository at this point in the history
Reviewed By: kassens

Differential Revision: D20853303

fbshipit-source-id: c656031305953a36c921a88e0bc5e01a800f3c9b
  • Loading branch information
mroch authored and facebook-github-bot committed Apr 5, 2020
1 parent b96441b commit c56c5fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions packages/relay-experimental/useBlockingPaginationFragment.js
Expand Up @@ -13,11 +13,9 @@

'use strict';

// flowlint untyped-import:off
// flowlint-next-line untyped-import:off
const Scheduler = require('scheduler');

// flowlint untyped-import:error

const getPaginationMetadata = require('./getPaginationMetadata');
const invariant = require('invariant');
const useLoadMoreFunction = require('./useLoadMoreFunction');
Expand Down
4 changes: 1 addition & 3 deletions packages/relay-experimental/useLoadMoreFunction.js
Expand Up @@ -13,11 +13,9 @@

'use strict';

// flowlint untyped-import:off
// flowlint-next-line untyped-import:off
const Scheduler = require('scheduler');

// flowlint untyped-import:error

const getPaginationVariables = require('./getPaginationVariables');
const getValueAtPath = require('./getValueAtPath');
const invariant = require('invariant');
Expand Down
4 changes: 1 addition & 3 deletions packages/relay-experimental/useRefetchableFragmentNode.js
Expand Up @@ -14,11 +14,9 @@
'use strict';

const ProfilerContext = require('./ProfilerContext');
// flowlint untyped-import:off
// flowlint-next-line untyped-import:off
const Scheduler = require('scheduler');

// flowlint untyped-import:error

const getRefetchMetadata = require('./getRefetchMetadata');
const getValueAtPath = require('./getValueAtPath');
const invariant = require('invariant');
Expand Down

0 comments on commit c56c5fc

Please sign in to comment.