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/conf/eslint.json | |
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/conf/eslint.json')
-rwxr-xr-x | tools/eslint/conf/eslint.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/eslint/conf/eslint.json b/tools/eslint/conf/eslint.json index 4850d3dc46..4d54e3ab6d 100755 --- a/tools/eslint/conf/eslint.json +++ b/tools/eslint/conf/eslint.json @@ -158,6 +158,7 @@ "eqeqeq": "off", "func-call-spacing": "off", "func-names": "off", + "func-name-matching": "off", "func-style": "off", "generator-star-spacing": "off", "global-require": "off", |