Skip to content

Commit dcfe7f7

Browse files
author
Brian Vaughn
committed
Merged flowtype branch
2 parents 64b26bf + 2faddf0 commit dcfe7f7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+4712
-1758
lines changed

.babelrc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"plugins": [
3+
"transform-flow-strip-types"
4+
],
5+
"presets": [
6+
"latest"
7+
]
8+
}

.flowconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[options]
2+
unsafe.enable_getters_and_setters=true

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
/bower_components
55
/node_modules
66
/npm-debug.log
7+
/dist

0 commit comments

Comments
 (0)