mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
eslint: Enable no-jquery/no-sizzle.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
b5aed2a8db
commit
ccfb50d4dd
@@ -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",
|
||||
|
Reference in New Issue
Block a user