Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaƫl Zasso <targos@protonmail.com>2017-02-07 12:41:49 +0300
committerJames M Snell <jasnell@gmail.com>2017-02-12 00:29:02 +0300
commit615789b7233bc31bf21dbee52379da8ce9c48e43 (patch)
treee25584e2df9e751ae9dbd99e9df118864dfe52e7 /.eslintrc.yaml
parent81ef56b3dfbf91613d53c701557bafab84082dbf (diff)
tools: enable ES2017 syntax support in ESLint
This allows us to use async functions. PR-URL: https://github.com/nodejs/node/pull/11210 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to '.eslintrc.yaml')
-rw-r--r--.eslintrc.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.yaml b/.eslintrc.yaml
index 81c93e533b9..feb944f40bf 100644
--- a/.eslintrc.yaml
+++ b/.eslintrc.yaml
@@ -3,7 +3,7 @@ env:
es6: true
parserOptions:
- ecmaVersion: 2016
+ ecmaVersion: 2017
rules:
# Possible Errors