add .pybabel

This commit is contained in:
Davide Alberani 2017-01-14 12:43:29 +01:00
parent 5be030a104
commit 658948a02f
2 changed files with 5 additions and 1 deletions

5
.babelrc Normal file
View file

@ -0,0 +1,5 @@
{
"presets": ["es2015", "stage-2"],
"plugins": ["transform-runtime"],
"comments": false
}

1
.gitignore vendored
View file

@ -6,4 +6,3 @@ ssl/*.pem
*.py[cod]
*.so
.editorconfig
.babelrc