1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-06 01:28:20 +00:00

Enable no-jquery/no-parse-html-literal and fix violation (#31684)

Tested it, path segment creation works just like before.
This commit is contained in:
silverwind
2024-07-27 16:44:41 +02:00
committed by GitHub
parent a40192dc12
commit aa36989bd0
2 changed files with 9 additions and 5 deletions

View File

@@ -568,7 +568,7 @@ rules:
no-jquery/no-param: [2]
no-jquery/no-parent: [0]
no-jquery/no-parents: [2]
no-jquery/no-parse-html-literal: [0]
no-jquery/no-parse-html-literal: [2]
no-jquery/no-parse-html: [2]
no-jquery/no-parse-json: [2]
no-jquery/no-parse-xml: [2]