forked from csandapp/tab-snooze-extension-continued
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.flowconfig
More file actions
36 lines (30 loc) · 618 Bytes
/
Copy path.flowconfig
File metadata and controls
36 lines (30 loc) · 618 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[ignore]
.*/node_modules/.*
.*/build/.*
.*/dist/.*
; .*/flow-typed/npm/.*; doesn't work
[include]
./src
./public
[libs]
flow-typed/
src/custom-flow-defenitions
node_modules/flow-interfaces-chrome/interfaces
[lints]
; From npx flow init
untyped-type-import=error
internal-type=error
unsafe-object-assign=error
nested-component=error
nested-hook=error
libdef-override=error
deprecated-type-bool=error
[options]
module.system=node
module.file_ext=.js
module.file_ext=.jsx
; jsx=react
; esproposal.optional_chaining=enable
; esproposal.nullish_coalescing=enable
; suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe
[strict]