Skip to content

Commit

Permalink
Flow lint disable 'deprecated-type' rule (#2111)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Aug 23, 2019
1 parent 9366d6d commit 0c3bd82
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .flowconfig
Expand Up @@ -19,7 +19,7 @@ untyped-type-import=error
nonstrict-import=off
untyped-import=off
unclear-type=off
deprecated-type=error
deprecated-type=off
deprecated-utility=error
dynamic-export=off
unsafe-getters-setters=error
Expand Down
3 changes: 0 additions & 3 deletions src/type/definition.js
@@ -1,8 +1,5 @@
// @flow strict

// FIXME
// flowlint deprecated-type:off

import objectEntries from '../polyfills/objectEntries';

import inspect from '../jsutils/inspect';
Expand Down

0 comments on commit 0c3bd82

Please sign in to comment.