-
Notifications
You must be signed in to change notification settings - Fork 62
/
.flowconfig
36 lines (33 loc) · 945 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
26
27
28
29
30
31
32
33
34
35
36
[include]
.*/src/.*
.*/demo/.*
[ignore]
.*/bin/.*
.*/node_modules/@babel.*
.*/node_modules/@emotion/.*
.*/node_modules/babel-plugin-emotion/.*
.*/node_modules/chalk/.*
.*/node_modules/create-emotion-styled/.*
.*/node_modules/create-emotion/.*
.*/node_modules/create-react-context/.*
.*/node_modules/draft-convert/.*
.*/node_modules/draft-js/.*
.*/node_modules/eslint-plugin-jsx-a11y/.*
.*/node_modules/eslint/.*
.*/node_modules/flow-webpack-plugin/.*
.*/node_modules/inquirer/.*
.*/node_modules/jsondiffpatch/.*
.*/node_modules/katex/.*
.*/node_modules/match-at/.*
.*/node_modules/postcss-modules-extract-imports/.*
.*/node_modules/postcss-modules-local-by-default/.*
.*/node_modules/postcss-modules-scope/.*
.*/node_modules/postcss-modules-values/.*
.*/node_modules/postcss/.*
.*/node_modules/prosemirror-dev-tools/.*
.*/node_modules/react-emotion/.*
.*/node_modules/unstated/.*
.*/node_modules/stylelint/.*
[libs]
./flow-typed/.*
[options]