File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ [ignore]
2
+ .*/node_modules/fbjs/.*
3
+ .*/node_modules/babel-types/.*
4
+ .*/node_modules/babel-traverse/.*
5
+ .*/node_modules/babylon/.*
6
+ .*/node_modules/babel-generator/.*
7
+ .*/node_modules/babel-core/lib/.*
8
+ .*/node_modules/babel-helper.*
9
+
10
+ [include]
11
+
12
+ [libs]
13
+ src/typedefs
14
+
15
+ [options]
16
+ suppress_type=$FlowIssue
17
+ suppress_type=$FlowFixMe
18
+ suppress_type=$FixMe
19
+
20
+ suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(1[0-6]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*www[a-z,_]*\\)?)\\)
21
+ suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(1[0-6]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*www[a-z,_]*\\)?)\\)? #[0-9]+
22
+ suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
23
+
24
+ esproposal.class_instance_fields=ignore
25
+ esproposal.class_static_fields=ignore
26
+ module.name_mapper='react-babel-playground' -> '../src/playground'
27
+ munge_underscores=true
You can’t perform that action at this time.
0 commit comments