File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
flowtype/define-flow-type : error
17
17
flowtype/newline-after-flow-annotation : [error, always]
18
18
flowtype/no-dupe-keys : error
19
- flowtype/no-existential-type : error
19
+ flowtype/no-existential-type : off # checked by Flow
20
20
flowtype/no-flow-fix-me-comments : off # TODO
21
21
flowtype/no-mixed : off
22
22
flowtype/no-mutable-array : off
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ untyped-type-import=error
19
19
nonstrict-import=off
20
20
untyped-import=off
21
21
unclear-type=off
22
- deprecated-type=off
22
+ deprecated-type=error
23
23
deprecated-utility=error
24
24
dynamic-export=off
25
25
unsafe-getters-setters=error
Original file line number Diff line number Diff line change 1
1
// @flow strict
2
2
3
3
// FIXME
4
- /* eslint-disable flowtype/no-existential- type */
4
+ // flowlint deprecated- type:off
5
5
6
6
import objectEntries from '../polyfills/objectEntries' ;
7
7
import defineToJSON from '../jsutils/defineToJSON' ;
You can’t perform that action at this time.
0 commit comments