From 5f848a612d42e7c20a04c7ba3435222713f75f49 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 82cd4918afb993..0fb39d56b2f584 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