node/tools/eslint-rules
Rich Trott 2f9c9eebb4 tools: tidy function arguments in eslint rules
Remove unused arguments from function invocations in ESLint custom
rules.

PR-URL: https://github.com/nodejs/node/pull/26668
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
2019-03-16 20:00:55 -07:00
..
alphabetize-errors.js tools: fix custom eslint rule errors 2018-02-22 12:10:22 +01:00
crypto-check.js tools: tidy function arguments in eslint rules 2019-03-16 20:00:55 -07:00
documented-errors.js tools: fix custom eslint rule errors 2018-02-22 12:10:22 +01:00
eslint-check.js tools: tidy function arguments in eslint rules 2019-03-16 20:00:55 -07:00
inspector-check.js tools: tidy function arguments in eslint rules 2019-03-16 20:00:55 -07:00
lowercase-name-for-primitive.js test,tools: refactor custom ESLint for readability 2018-06-06 21:04:25 -07:00
no-duplicate-requires.js benchmark,doc,lib,test: capitalize comments 2019-02-28 18:31:10 +01:00
no-let-in-for-declaration.js tools: simplify no-let-in-for-declaration rule 2017-12-11 21:04:49 -05:00
no-unescaped-regexp-dot.js tools: replace var to let/const 2019-03-07 00:35:01 +01:00
non-ascii-character.js tools: non-Ascii linter for /lib only 2018-02-04 16:55:13 +01:00
number-isnan.js tools: add number-isnan rule 2017-12-19 13:21:53 -05:00
prefer-assert-iferror.js tools: replace var to let/const 2019-03-07 00:35:01 +01:00
prefer-assert-methods.js tools: auto fix custom eslint rule 2018-02-01 11:40:53 +01:00
prefer-common-expectserror.js tools: prefer common.expectsError in tests 2017-12-11 18:23:11 -05:00
prefer-common-mustnotcall.js tools: simplify prefer-common-mustnotcall rule 2017-12-11 21:04:48 -05:00
prefer-util-format-errors.js tools: fix custom eslint rule errors 2018-02-22 12:10:22 +01:00
require-globals.js tools: stricter eslint rule for globals 2018-05-18 15:27:29 +02:00
required-modules.js tools: replace var to let/const 2019-03-07 00:35:01 +01:00
rules-utils.js tools: replace var to let/const 2019-03-07 00:35:01 +01:00