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.

Enable jquery-related eslint rules that have no violations (#30632)

All these have no violations, so enable them.

(cherry picked from commit 99c5683da5e5c50154dcf9c07229a455a5095058)

Conflicts:
.eslintrc.yaml
do not enable no-sizzle as Forgejo still uses it

authored by

silverwind and committed by
Earl Warren
f619b962 12b199c5

+4 -5
+4 -5
.eslintrc.yaml
··· 4 4 ignorePatterns: 5 5 - /web_src/js/vendor 6 6 - /web_src/fomantic 7 - - /public/assets/js 8 7 9 8 parserOptions: 10 9 sourceType: module ··· 311 310 jquery/no-merge: [2] 312 311 jquery/no-param: [2] 313 312 jquery/no-parent: [0] 314 - jquery/no-parents: [0] 313 + jquery/no-parents: [2] 315 314 jquery/no-parse-html: [2] 316 315 jquery/no-prop: [2] 317 316 jquery/no-proxy: [2] ··· 320 319 jquery/no-show: [2] 321 320 jquery/no-size: [2] 322 321 jquery/no-sizzle: [0] 323 - jquery/no-slide: [0] 324 - jquery/no-submit: [0] 322 + jquery/no-slide: [2] 323 + jquery/no-submit: [2] 325 324 jquery/no-text: [0] 326 325 jquery/no-toggle: [2] 327 326 jquery/no-trigger: [0] ··· 459 458 no-jquery/no-other-utils: [2] 460 459 no-jquery/no-param: [2] 461 460 no-jquery/no-parent: [0] 462 - no-jquery/no-parents: [0] 461 + no-jquery/no-parents: [2] 463 462 no-jquery/no-parse-html-literal: [0] 464 463 no-jquery/no-parse-html: [2] 465 464 no-jquery/no-parse-json: [2]