Set up babel's ability to handle trailing commas

This commit is contained in:
Eli Ribble 2016-05-17 14:14:10 -06:00
parent fece65159a
commit b118f80281
2 changed files with 5 additions and 0 deletions

4
.babelrc Normal file
View file

@ -0,0 +1,4 @@
{
"plugins": ["syntax-trailing-function-commas"],
"presets": ["es2015", "react"]
}