regexper-static/.babelrc
Jeff Avallone 8b86ddc14c Updating babel and eslint configs
Adding support for class properties amongst other things
2018-02-11 11:16:07 -05:00

5 lines
79 B
Plaintext

{
"presets": ["env", "react"],
"plugins": ["transform-class-properties"]
}