aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2017-05-13 02:31:40 +0800
committerDan Finlay <dan@danfinlay.com>2017-05-13 02:31:40 +0800
commitdaec667c16c9a55e6357871a82ff2b863501a393 (patch)
tree17e8cbebbab75ec7e983ee15415fd1579e15c5cc /.eslintrc
parentf0eeb1e1620b9c607390505c2e443979c9b44b1a (diff)
downloadtangerine-wallet-browser-daec667c16c9a55e6357871a82ff2b863501a393.tar.gz
tangerine-wallet-browser-daec667c16c9a55e6357871a82ff2b863501a393.tar.zst
tangerine-wallet-browser-daec667c16c9a55e6357871a82ff2b863501a393.zip
Add support for async/await
Diffstat (limited to '.eslintrc')
-rw-r--r--.eslintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc b/.eslintrc
index 91c95874e..a57a93cdc 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -1,7 +1,7 @@
{
"parserOptions": {
"sourceType": "module",
- "ecmaVersion": 6,
+ "ecmaVersion": 2017,
"ecmaFeatures": {
"experimentalObjectRestSpread": true,
"impliedStrict": true,