add .pybabel
This commit is contained in:
parent
5be030a104
commit
658948a02f
2 changed files with 5 additions and 1 deletions
5
.babelrc
Normal file
5
.babelrc
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"presets": ["es2015", "stage-2"],
|
||||
"plugins": ["transform-runtime"],
|
||||
"comments": false
|
||||
}
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -6,4 +6,3 @@ ssl/*.pem
|
|||
*.py[cod]
|
||||
*.so
|
||||
.editorconfig
|
||||
.babelrc
|
||||
|
|
Loading…
Reference in a new issue