metro/.babelrc

11 lines
227 B
Plaintext
Raw Normal View History

2017-01-26 12:56:40 +00:00
{
"plugins": [
"syntax-trailing-function-commas",
"transform-flow-strip-types",
"transform-es2015-destructuring",
"transform-es2015-parameters",
"transform-async-to-generator"
],
"retainLines": true
}