Set up babel's ability to handle trailing commas
This commit is contained in:
parent
fece65159a
commit
b118f80281
2 changed files with 5 additions and 0 deletions
4
.babelrc
Normal file
4
.babelrc
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"plugins": ["syntax-trailing-function-commas"],
|
||||
"presets": ["es2015", "react"]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue