From 658948a02fbfa896ada940ffaab597494eea5c29 Mon Sep 17 00:00:00 2001 From: Davide Alberani Date: Sat, 14 Jan 2017 12:43:29 +0100 Subject: [PATCH] add .pybabel --- .babelrc | 5 +++++ .gitignore | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .babelrc diff --git a/.babelrc b/.babelrc new file mode 100644 index 0000000..41789ca --- /dev/null +++ b/.babelrc @@ -0,0 +1,5 @@ +{ + "presets": ["es2015", "stage-2"], + "plugins": ["transform-runtime"], + "comments": false +} diff --git a/.gitignore b/.gitignore index 3483c11..dcda1df 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,3 @@ ssl/*.pem *.py[cod] *.so .editorconfig -.babelrc