We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9366d6d commit 0c3bd82Copy full SHA for 0c3bd82
.flowconfig
@@ -19,7 +19,7 @@ untyped-type-import=error
19
nonstrict-import=off
20
untyped-import=off
21
unclear-type=off
22
-deprecated-type=error
+deprecated-type=off
23
deprecated-utility=error
24
dynamic-export=off
25
unsafe-getters-setters=error
src/type/definition.js
@@ -1,8 +1,5 @@
1
// @flow strict
2
3
-// FIXME
4
-// flowlint deprecated-type:off
5
-
6
import objectEntries from '../polyfills/objectEntries';
7
8
import inspect from '../jsutils/inspect';
0 commit comments