aboutsummaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/acorn/README.md
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2017-11-03 23:38:04 -0400
committercjihrig <cjihrig@gmail.com>2017-11-06 10:08:29 -0500
commit5f6d64789d7fa1e378e7c673f8f95627ab9c26ac (patch)
tree9a579b17f5f1d728df87975e629a81d11ad79eb4 /tools/eslint/node_modules/acorn/README.md
parentba885c42efc11732dd8b9be4983870dc95df3dbf (diff)
downloadandroid-node-v8-5f6d64789d7fa1e378e7c673f8f95627ab9c26ac.tar.gz
android-node-v8-5f6d64789d7fa1e378e7c673f8f95627ab9c26ac.tar.bz2
android-node-v8-5f6d64789d7fa1e378e7c673f8f95627ab9c26ac.zip
tools: update to ESLint 4.10.0
PR-URL: https://github.com/nodejs/node/pull/16738 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Diffstat (limited to 'tools/eslint/node_modules/acorn/README.md')
-rw-r--r--tools/eslint/node_modules/acorn/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/eslint/node_modules/acorn/README.md b/tools/eslint/node_modules/acorn/README.md
index bd853c43bb..ab2c12ea51 100644
--- a/tools/eslint/node_modules/acorn/README.md
+++ b/tools/eslint/node_modules/acorn/README.md
@@ -351,8 +351,8 @@ The `bin/acorn` utility can be used to parse a file from the command
line. It accepts as arguments its input file and the following
options:
-- `--ecma3|--ecma5|--ecma6|--ecma7`: Sets the ECMAScript version to parse. Default is
- version 5.
+- `--ecma3|--ecma5|--ecma6|--ecma7|--ecma8|--ecma9`: Sets the ECMAScript version
+ to parse. Default is version 7.
- `--module`: Sets the parsing mode to `"module"`. Is set to `"script"` otherwise.