0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-22 15:47:56 +01:00
nodejs/tools/eslint-rules
Rich Trott b3f2e3b7e2 tools: replace custom assert.fail lint rule
Replace custom lint rule for `assert.fail()` function signature errors
with a restricted-syntax rule.

PR-URL: https://github.com/nodejs/node/pull/12287
Reviewed-By: Teddy Katz <teddy.katz@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2017-04-12 13:07:39 -07:00
..
align-multiline-assignment.js
assert-throws-arguments.js
buffer-constructor.js
no-let-in-for-declaration.js
no-unescaped-regexp-dot.js tools: add unescaped regexp dot rule to linter 2017-03-29 10:53:28 +02:00
prefer-assert-iferror.js
prefer-assert-methods.js
prefer-common-mustnotcall.js tools: add rule prefering common.mustNotCall() 2017-03-26 12:47:21 -07:00
require-buffer.js
required-modules.js