aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/.flowconfig
blob: 8370edc4380af4487a618844fb0759eaa61dcbfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[ignore]
<PROJECT_ROOT>/node_modules/fbjs.*
<PROJECT_ROOT>/node_modules/react-side-effect.*
<PROJECT_ROOT>/node/.*

[include]

[libs]

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