From dabed5eea43b888a44d4e0facae4f5bc04abfd4c Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sat, 11 Jan 2025 20:24:52 -0400 Subject: eslint misc grumpies --- .eslintrc.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index a125d582..ac1a4e63 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -10,6 +10,9 @@ }, "rules": { "indent": ["off"], + "no-empty": ["error", { + "allowEmptyCatch": true + }], "no-unexpected-multiline": ["off"], "no-unused-labels": ["off"], "no-unused-vars": ["error", { @@ -17,6 +20,7 @@ "destructuredArrayIgnorePattern": "^" }], "no-cond-assign": ["off"], - "no-constant-condition": ["off"] + "no-constant-condition": ["off"], + "no-unsafe-finally": ["off"] } } -- cgit 1.3.0-6-gf8a5