From ee79d3ebe99bf1968b120d9ecccb8bbcb170e3b0 Mon Sep 17 00:00:00 2001 From: Jiexi Luan Date: Tue, 21 Jan 2025 12:46:24 -0800 Subject: [PATCH] eslint thresholds --- eslint-warning-thresholds.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eslint-warning-thresholds.json b/eslint-warning-thresholds.json index e83066be18..3f81e2a510 100644 --- a/eslint-warning-thresholds.json +++ b/eslint-warning-thresholds.json @@ -17,10 +17,10 @@ "jsdoc/check-tag-names": 375, "jsdoc/require-returns": 25, "jsdoc/tag-lines": 335, - "n/no-unsupported-features/node-builtins": 18, + "n/no-unsupported-features/node-builtins": 14, "n/prefer-global/text-encoder": 4, "n/prefer-global/text-decoder": 4, - "prettier/prettier": 115, + "prettier/prettier": 116, "promise/always-return": 3, "promise/catch-or-return": 2, "promise/param-names": 8,