mirror of
https://github.com/status-im/metro.git
synced 2025-01-10 02:55:46 +00:00
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
|
|
}
|