diff options
author | Rich Trott <rtrott@gmail.com> | 2016-10-15 11:30:25 -0700 |
---|---|---|
committer | Rich Trott <rtrott@gmail.com> | 2016-10-18 15:28:21 -0700 |
commit | 2981f24f926da32d708c8bb39d90fff5aa73bc3f (patch) | |
tree | e154567c25398160dfe9ac8e27dd79c65a436272 /tools/eslint/lib/options.js | |
parent | 150dc5c2e6a848aa49bb95f4e6c0cbf0da5d0e73 (diff) | |
download | node-new-2981f24f926da32d708c8bb39d90fff5aa73bc3f.tar.gz |
tools: update ESLint to v3.8.0
Update ESLint to v3.8.0.
* Installed with `npm install --production` to avoid installing
unnecessary dev files
* Used `dmn -f clean` to further eliminate unneeded files
PR-URL: https://github.com/nodejs/node/pull/9112
Reviewed-By: Teddy Katz <teddy.katz@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
Diffstat (limited to 'tools/eslint/lib/options.js')
-rw-r--r-- | tools/eslint/lib/options.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/eslint/lib/options.js b/tools/eslint/lib/options.js index bbb2456a98..5669104c03 100644 --- a/tools/eslint/lib/options.js +++ b/tools/eslint/lib/options.js @@ -216,8 +216,8 @@ module.exports = optionator({ }, { option: "print-config", - type: "Boolean", - description: "Print the configuration to be used" + type: "path::String", + description: "Print the configuration for the given file" } ] }); |