From 8f954388ed80fd25fc74e0e10bc02e1691801a86 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Sat, 7 Nov 2020 11:44:36 +0100 Subject: [PATCH] tools,lib: tighten prefer-primordials rules for Error statics PR-URL: https://github.com/nodejs/node/pull/36017 Reviewed-By: Shingo Inoue Reviewed-By: Rich Trott --- lib/.eslintrc.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/.eslintrc.yaml b/lib/.eslintrc.yaml index 37a43a223af2fd..f1acc06b40cf7f 100644 --- a/lib/.eslintrc.yaml +++ b/lib/.eslintrc.yaml @@ -40,10 +40,8 @@ rules: - name: Date - name: Error ignore: - - stackTraceLimit - - captureStackTrace - prepareStackTrace - - isPrototypeOf + - stackTraceLimit - name: EvalError - name: Float32Array - name: Float64Array