We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b40291f commit 08b8503Copy full SHA for 08b8503
.eslintrc.yml
@@ -20,7 +20,7 @@ rules:
20
flowtype/define-flow-type: error
21
flowtype/newline-after-flow-annotation: [error, always]
22
flowtype/no-dupe-keys: error
23
- flowtype/no-existential-type: off # TODO
+ flowtype/no-existential-type: error
24
flowtype/no-flow-fix-me-comments: off # TODO
25
flowtype/no-mixed: off
26
flowtype/no-mutable-array: off
src/type/definition.js
@@ -1,5 +1,8 @@
1
// @flow strict
2
3
+// FIXME
4
+/* eslint-disable flowtype/no-existential-type */
5
+
6
import objectEntries from '../polyfills/objectEntries';
7
import defineToJSON from '../jsutils/defineToJSON';
8
import defineToStringTag from '../jsutils/defineToStringTag';
0 commit comments