babel/test/fixtures/flow/options.json
Daniel Tschinder 4506822180 Remove exponentiationOperator, asyncFunctions, trailingFunctionCommas (#98)
* This removes the exponentiationOperator as it is now in es2016

* Remove from tests

* Remove asyncFunctions and restructure test dirs

* Remove trailingFunctionCommas
2016-08-23 17:11:01 -04:00

5 lines
59 B
JSON

{
"sourceType": "module",
"plugins": ["jsx", "flow"]
}