mirror of https://github.com/status-im/metro.git
11 lines
227 B
Plaintext
11 lines
227 B
Plaintext
|
{
|
||
|
"plugins": [
|
||
|
"syntax-trailing-function-commas",
|
||
|
"transform-flow-strip-types",
|
||
|
"transform-es2015-destructuring",
|
||
|
"transform-es2015-parameters",
|
||
|
"transform-async-to-generator"
|
||
|
],
|
||
|
"retainLines": true
|
||
|
}
|