aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/.flowconfig
blob: 50d679369efa281a7cc37e0ba0a554052327464d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[ignore]
<PROJECT_ROOT>/node_modules/@webassemblyjs
<PROJECT_ROOT>/node_modules/fbjs.*
<PROJECT_ROOT>/node_modules/eslint-plugin-jsx-a11y
<PROJECT_ROOT>/node_modules/react-draggable
<PROJECT_ROOT>/node_modules/react-side-effect.*
<PROJECT_ROOT>/node_modules/react-virtualized
<PROJECT_ROOT>/node_modules/webassemblyjs
<PROJECT_ROOT>/node/.*
<PROJECT_ROOT>/.vscode/.*
<PROJECT_ROOT>/src/main/js/apps/overview/qualityGate/QualityGate.js

[include]

[libs]

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