sonarqube/server/sonar-web/.flowconfig
2016-11-28 13:39:04 +01:00

14 lines
239 B
Plaintext

[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'