summaryrefslogtreecommitdiffstats
path: root/devtools/client/debugger/.flowconfig
blob: c9008bde046fc927e89b38d5c93b0fa49abe050e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[ignore]
.*node_modules/.*
<PROJECT_ROOT>/firefox/.*
.*flow-coverage-report/.*
.*custom_format_broken.json
<PROJECT_ROOT>/webpack-stats/.*

[include]
./node_modules/source-map/source-map.js

[libs]
./src/global-types.js

[options]
suppress_comment=\\(.\\|\n\\)*\\$FlowIgnore
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe
module.name_mapper='^debugger-html$' -> '<PROJECT_ROOT>/src/types.js'
esproposal.optional_chaining=enable