chore: add new no-jquery rules

Were added in version v3.1.0.
This commit is contained in:
Gusted 2025-04-01 03:55:34 +02:00
parent dbeab2a0c3
commit dde7c4a770
No known key found for this signature in database
GPG key ID: FD821B732837125F

View file

@ -318,6 +318,7 @@ export default tseslint.config(
'no-jquery/no-data': [0],
'no-jquery/no-deferred': [2],
'no-jquery/no-delegate': [2],
'no-jquery/no-done-fail': [2],
'no-jquery/no-each-collection': [0],
'no-jquery/no-each-util': [0],
'no-jquery/no-each': [0],
@ -331,6 +332,7 @@ export default tseslint.config(
'no-jquery/no-find-collection': [0],
'no-jquery/no-find-util': [2],
'no-jquery/no-find': [0],
'no-jquery/no-fx': [2],
'no-jquery/no-fx-interval': [2],
'no-jquery/no-global-eval': [2],
'no-jquery/no-global-selector': [0],