aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/.flowconfig
blob: d5f3a8e2503ad7fd8bfe700957e0854065872c1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[ignore]
<PROJECT_ROOT>/node_modules/fbjs.*
<PROJECT_ROOT>/node_modules/react-draggable
<PROJECT_ROOT>/node_modules/react-side-effect.*
<PROJECT_ROOT>/node/.*
<PROJECT_ROOT>/.vscode/.*

[include]

[libs]

[options]
module.file_ext=.js
module.file_ext=.hbs
module.file_ext=.ts
module.file_ext=.tsx
module.name_mapper.extension='hbs' -> 'empty/object'
module.name_mapper.extension='ts' -> 'empty/object'
module.name_mapper.extension='tsx' -> 'empty/object'