From edd5219e65be9d7ed8d7f2112f2f9845b96747e1 Mon Sep 17 00:00:00 2001 From: Elliot Winkler Date: Thu, 16 Jan 2025 10:58:33 -0700 Subject: [PATCH] Update thresholds file --- eslint-warning-thresholds.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint-warning-thresholds.json b/eslint-warning-thresholds.json index 1f804eb76c9..2f19fd61afb 100644 --- a/eslint-warning-thresholds.json +++ b/eslint-warning-thresholds.json @@ -19,7 +19,7 @@ "n/no-unsupported-features/node-builtins": 18, "n/prefer-global/text-encoder": 4, "n/prefer-global/text-decoder": 4, - "prettier/prettier": 115, + "prettier/prettier": 110, "promise/always-return": 3, "promise/catch-or-return": 2, "promise/param-names": 8,