vanth/.babelrc

5 lines
85 B
Plaintext

{
"plugins": ["syntax-trailing-function-commas"],
"presets": ["es2015", "react"]
}