Skip to content

Commit 0c3bd82

Browse files
Flow lint disable 'deprecated-type' rule (#2111)
1 parent 9366d6d commit 0c3bd82

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.flowconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ untyped-type-import=error
1919
nonstrict-import=off
2020
untyped-import=off
2121
unclear-type=off
22-
deprecated-type=error
22+
deprecated-type=off
2323
deprecated-utility=error
2424
dynamic-export=off
2525
unsafe-getters-setters=error

src/type/definition.js

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
// @flow strict
22

3-
// FIXME
4-
// flowlint deprecated-type:off
5-
63
import objectEntries from '../polyfills/objectEntries';
74

85
import inspect from '../jsutils/inspect';

0 commit comments

Comments
 (0)