-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.flowconfig
More file actions
22 lines (19 loc) · 786 Bytes
/
.flowconfig
File metadata and controls
22 lines (19 loc) · 786 Bytes
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/.* */
<PROJECT_ROOT>/node_modules/babel-plugin-transform-react-remove-prop-types/src/index.js
<PROJECT_ROOT>/node_modules/nwb/templates/react-component/_package.json
<PROJECT_ROOT>/node_modules/nwb/templates/web-module/_package.json
<PROJECT_ROOT>/node_modules/enzyme-matchers/.*.js
<PROJECT_ROOT>/node_modules/jest-enzyme/.*.js
<PROJECT_ROOT>/node_modules/eslint-plugin-jsx-a11y/.*.js
<PROJECT_ROOT>/node_modules/react-timeago/lib/index.js.flow
<PROJECT_ROOT>/node_modules/styled-components/.*.js
<PROJECT_ROOT>/node_modules/polished/.*.js
.*/flight-reactware/.*
<PROJECT_ROOT>/lib/.*
<PROJECT_ROOT>/es/.*
<PROJECT_ROOT>/demo/dist/.*
[include]
[libs]
[options]
module.name_mapper.extension='scss' -> '<PROJECT_ROOT>/flow/CSSFlowStub.js.flow'