loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Forbid jQuery `.attr` (#30116)

Use `.getAttribute`, `.setAttribute`, or `.removeAttribute` instead

Signed-off-by: Yarden Shoham <git@yardenshoham.com>
(cherry picked from commit 34acd8e3767ec0898f90a74b64ac738d0ce05f0a)

authored by

Yarden Shoham and committed by
Earl Warren
e10cae38 94515b0d

+2 -2
+2 -2
.eslintrc.yaml
··· 281 281 jquery/no-ajax-events: [2] 282 282 jquery/no-ajax: [2] 283 283 jquery/no-animate: [2] 284 - jquery/no-attr: [0] 284 + jquery/no-attr: [2] 285 285 jquery/no-bind: [2] 286 286 jquery/no-class: [0] 287 287 jquery/no-clone: [2] ··· 397 397 no-jquery/no-animate-toggle: [2] 398 398 no-jquery/no-animate: [2] 399 399 no-jquery/no-append-html: [2] 400 - no-jquery/no-attr: [0] 400 + no-jquery/no-attr: [2] 401 401 no-jquery/no-bind: [2] 402 402 no-jquery/no-box-model: [2] 403 403 no-jquery/no-browser: [2]