eslint: Enable no-jquery/no-sizzle.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2025-05-09 13:53:48 -07:00
committed by Tim Abbott
parent b5aed2a8db
commit ccfb50d4dd
7 changed files with 11 additions and 0 deletions

View File

@@ -131,6 +131,7 @@ export default tseslint.config(
"no-jquery/no-append-html": "error",
"no-jquery/no-constructor-attributes": "error",
"no-jquery/no-parse-html-literal": "error",
"no-jquery/no-sizzle": ["error", {}],
"no-label-var": "error",
"no-labels": "error",
"no-multi-str": "error",