forked from box/box-ui-elements
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.flowconfig
25 lines (22 loc) · 926 Bytes
/
.flowconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[ignore]
.*/build/.*
.*/dist/.*
.*/reports/.*
.*/node_modules/npm-shrinkwrap.*
.*/node_modules/fbjs.*
.*/node_modules/babel-plugin-flow-react-proptypes.*
.*/node_modules/stylelint.*
.*/node_modules/eslint*
.*/node_modules/jest*
.*/node_modules/conventional-changelog*
[include]
./src
[libs]
[options]
module.name_mapper.extension='scss' -> '<PROJECT_ROOT>/flow/SCSSFlowStub.js.flow'
module.name_mapper.extension='css' -> '<PROJECT_ROOT>/flow/SCSSFlowStub.js.flow'
module.name_mapper='i18n-locale-data' -> '<PROJECT_ROOT>/flow/WebpackI18N.js.flow'
module.name_mapper='react-virtualized/dist/es/Table' -> '<PROJECT_ROOT>/flow/ReactVirtualizedStub.js.flow'
module.name_mapper='react-virtualized/dist/es/AutoSizer' -> '<PROJECT_ROOT>/flow/ReactVirtualizedStub.js.flow'
module.name_mapper='react-virtualized/dist/es/CellMeasurer' -> '<PROJECT_ROOT>/flow/ReactVirtualizedStub.js.flow'
suppress_comment= \\(.\\|\n\\)*\\$FlowFixMe