From e554bc8f3f09705a3f4fbd66335913a0a4c64ef5 Mon Sep 17 00:00:00 2001 From: Jon Moss Date: Mon, 11 Dec 2017 17:20:39 -0500 Subject: tools: add number-isnan rule PR-URL: https://github.com/nodejs/node/pull/17556 Reviewed-By: Rich Trott Reviewed-By: Colin Ihrig --- test/.eslintrc.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'test/.eslintrc.yaml') diff --git a/test/.eslintrc.yaml b/test/.eslintrc.yaml index 7a5d002e1b..dbcb8ea6e0 100644 --- a/test/.eslintrc.yaml +++ b/test/.eslintrc.yaml @@ -14,6 +14,7 @@ rules: prefer-common-mustnotcall: error crypto-check: error inspector-check: error + number-isnan: error ## common module is mandatory in tests required-modules: [error, common] -- cgit v1.2.3