mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 04:05:42 +01:00
Merge pull request '[PORT] Enable no-jquery/no-class-state
(gitea#31639) & Remove eslint-plugin-jquery
(gitea#31402)' (#5107) from gusted/forgejo-port-gt-31402 into forgejo
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5107 Reviewed-by: Caesar Schinas <caesar@caesarschinas.com>
This commit is contained in:
commit
cbedd7e5be
4 changed files with 7 additions and 69 deletions
|
@ -16,7 +16,6 @@ plugins:
|
||||||
- eslint-plugin-array-func
|
- eslint-plugin-array-func
|
||||||
- eslint-plugin-github
|
- eslint-plugin-github
|
||||||
- eslint-plugin-i
|
- eslint-plugin-i
|
||||||
- eslint-plugin-jquery
|
|
||||||
- eslint-plugin-no-jquery
|
- eslint-plugin-no-jquery
|
||||||
- eslint-plugin-no-use-extend-native
|
- eslint-plugin-no-use-extend-native
|
||||||
- eslint-plugin-regexp
|
- eslint-plugin-regexp
|
||||||
|
@ -280,55 +279,6 @@ rules:
|
||||||
i/prefer-default-export: [0]
|
i/prefer-default-export: [0]
|
||||||
i/unambiguous: [0]
|
i/unambiguous: [0]
|
||||||
init-declarations: [0]
|
init-declarations: [0]
|
||||||
jquery/no-ajax-events: [2]
|
|
||||||
jquery/no-ajax: [2]
|
|
||||||
jquery/no-animate: [2]
|
|
||||||
jquery/no-attr: [2]
|
|
||||||
jquery/no-bind: [2]
|
|
||||||
jquery/no-class: [0]
|
|
||||||
jquery/no-clone: [2]
|
|
||||||
jquery/no-closest: [0]
|
|
||||||
jquery/no-css: [2]
|
|
||||||
jquery/no-data: [0]
|
|
||||||
jquery/no-deferred: [2]
|
|
||||||
jquery/no-delegate: [2]
|
|
||||||
jquery/no-each: [0]
|
|
||||||
jquery/no-extend: [2]
|
|
||||||
jquery/no-fade: [2]
|
|
||||||
jquery/no-filter: [0]
|
|
||||||
jquery/no-find: [0]
|
|
||||||
jquery/no-global-eval: [2]
|
|
||||||
jquery/no-grep: [2]
|
|
||||||
jquery/no-has: [2]
|
|
||||||
jquery/no-hide: [2]
|
|
||||||
jquery/no-html: [0]
|
|
||||||
jquery/no-in-array: [2]
|
|
||||||
jquery/no-is-array: [2]
|
|
||||||
jquery/no-is-function: [2]
|
|
||||||
jquery/no-is: [2]
|
|
||||||
jquery/no-load: [2]
|
|
||||||
jquery/no-map: [2]
|
|
||||||
jquery/no-merge: [2]
|
|
||||||
jquery/no-param: [2]
|
|
||||||
jquery/no-parent: [0]
|
|
||||||
jquery/no-parents: [2]
|
|
||||||
jquery/no-parse-html: [2]
|
|
||||||
jquery/no-prop: [2]
|
|
||||||
jquery/no-proxy: [2]
|
|
||||||
jquery/no-ready: [2]
|
|
||||||
jquery/no-serialize: [2]
|
|
||||||
jquery/no-show: [2]
|
|
||||||
jquery/no-size: [2]
|
|
||||||
jquery/no-sizzle: [0]
|
|
||||||
jquery/no-slide: [2]
|
|
||||||
jquery/no-submit: [2]
|
|
||||||
jquery/no-text: [0]
|
|
||||||
jquery/no-toggle: [2]
|
|
||||||
jquery/no-trigger: [0]
|
|
||||||
jquery/no-trim: [2]
|
|
||||||
jquery/no-val: [0]
|
|
||||||
jquery/no-when: [2]
|
|
||||||
jquery/no-wrap: [2]
|
|
||||||
line-comment-position: [0]
|
line-comment-position: [0]
|
||||||
logical-assignment-operators: [0]
|
logical-assignment-operators: [0]
|
||||||
max-classes-per-file: [0]
|
max-classes-per-file: [0]
|
||||||
|
@ -404,7 +354,7 @@ rules:
|
||||||
no-jquery/no-box-model: [2]
|
no-jquery/no-box-model: [2]
|
||||||
no-jquery/no-browser: [2]
|
no-jquery/no-browser: [2]
|
||||||
no-jquery/no-camel-case: [2]
|
no-jquery/no-camel-case: [2]
|
||||||
no-jquery/no-class-state: [0]
|
no-jquery/no-class-state: [2]
|
||||||
no-jquery/no-class: [0]
|
no-jquery/no-class: [0]
|
||||||
no-jquery/no-clone: [2]
|
no-jquery/no-clone: [2]
|
||||||
no-jquery/no-closest: [0]
|
no-jquery/no-closest: [0]
|
||||||
|
|
11
package-lock.json
generated
11
package-lock.json
generated
|
@ -73,7 +73,6 @@
|
||||||
"eslint-plugin-array-func": "4.0.0",
|
"eslint-plugin-array-func": "4.0.0",
|
||||||
"eslint-plugin-github": "5.0.1",
|
"eslint-plugin-github": "5.0.1",
|
||||||
"eslint-plugin-i": "2.29.1",
|
"eslint-plugin-i": "2.29.1",
|
||||||
"eslint-plugin-jquery": "1.5.1",
|
|
||||||
"eslint-plugin-no-jquery": "3.0.2",
|
"eslint-plugin-no-jquery": "3.0.2",
|
||||||
"eslint-plugin-no-use-extend-native": "0.5.0",
|
"eslint-plugin-no-use-extend-native": "0.5.0",
|
||||||
"eslint-plugin-playwright": "1.6.2",
|
"eslint-plugin-playwright": "1.6.2",
|
||||||
|
@ -8527,16 +8526,6 @@
|
||||||
"semver": "bin/semver.js"
|
"semver": "bin/semver.js"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/eslint-plugin-jquery": {
|
|
||||||
"version": "1.5.1",
|
|
||||||
"resolved": "https://registry.npmjs.org/eslint-plugin-jquery/-/eslint-plugin-jquery-1.5.1.tgz",
|
|
||||||
"integrity": "sha512-L7v1eaK5t80C0lvUXPFP9MKnBOqPSKhCOYyzy4LZ0+iK+TJwN8S9gAkzzP1AOhypRIwA88HF6phQ9C7jnOpW8w==",
|
|
||||||
"dev": true,
|
|
||||||
"license": "MIT",
|
|
||||||
"peerDependencies": {
|
|
||||||
"eslint": ">=5.4.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/eslint-plugin-jsx-a11y": {
|
"node_modules/eslint-plugin-jsx-a11y": {
|
||||||
"version": "6.9.0",
|
"version": "6.9.0",
|
||||||
"resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.9.0.tgz",
|
"resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.9.0.tgz",
|
||||||
|
|
|
@ -72,7 +72,6 @@
|
||||||
"eslint-plugin-array-func": "4.0.0",
|
"eslint-plugin-array-func": "4.0.0",
|
||||||
"eslint-plugin-github": "5.0.1",
|
"eslint-plugin-github": "5.0.1",
|
||||||
"eslint-plugin-i": "2.29.1",
|
"eslint-plugin-i": "2.29.1",
|
||||||
"eslint-plugin-jquery": "1.5.1",
|
|
||||||
"eslint-plugin-no-jquery": "3.0.2",
|
"eslint-plugin-no-jquery": "3.0.2",
|
||||||
"eslint-plugin-no-use-extend-native": "0.5.0",
|
"eslint-plugin-no-use-extend-native": "0.5.0",
|
||||||
"eslint-plugin-playwright": "1.6.2",
|
"eslint-plugin-playwright": "1.6.2",
|
||||||
|
|
|
@ -64,7 +64,7 @@ export function initRepoCommentForm() {
|
||||||
function initBranchSelector() {
|
function initBranchSelector() {
|
||||||
const $selectBranch = $('.ui.select-branch');
|
const $selectBranch = $('.ui.select-branch');
|
||||||
const $branchMenu = $selectBranch.find('.reference-list-menu');
|
const $branchMenu = $selectBranch.find('.reference-list-menu');
|
||||||
const $isNewIssue = $branchMenu.hasClass('new-issue');
|
const $isNewIssue = $branchMenu[0]?.classList.contains('new-issue');
|
||||||
$branchMenu.find('.item:not(.no-select)').on('click', async function () {
|
$branchMenu.find('.item:not(.no-select)').on('click', async function () {
|
||||||
const selectedValue = $(this).data('id');
|
const selectedValue = $(this).data('id');
|
||||||
const editMode = $('#editing_mode').val();
|
const editMode = $('#editing_mode').val();
|
||||||
|
@ -132,7 +132,7 @@ export function initRepoCommentForm() {
|
||||||
|
|
||||||
$listMenu.find('.item:not(.no-select)').on('click', function (e) {
|
$listMenu.find('.item:not(.no-select)').on('click', function (e) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
if ($(this).hasClass('ban-change')) {
|
if (this.classList.contains('ban-change')) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -147,7 +147,7 @@ export function initRepoCommentForm() {
|
||||||
if (this.getAttribute('data-scope') !== scope) {
|
if (this.getAttribute('data-scope') !== scope) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if (this !== clickedItem && !$(this).hasClass('checked')) {
|
if (this !== clickedItem && !this.classList.contains('checked')) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
} else if (this !== clickedItem) {
|
} else if (this !== clickedItem) {
|
||||||
|
@ -155,7 +155,7 @@ export function initRepoCommentForm() {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($(this).hasClass('checked')) {
|
if (this.classList.contains('checked')) {
|
||||||
$(this).removeClass('checked');
|
$(this).removeClass('checked');
|
||||||
$(this).find('.octicon-check').addClass('tw-invisible');
|
$(this).find('.octicon-check').addClass('tw-invisible');
|
||||||
if (hasUpdateAction) {
|
if (hasUpdateAction) {
|
||||||
|
@ -194,7 +194,7 @@ export function initRepoCommentForm() {
|
||||||
|
|
||||||
const listIds = [];
|
const listIds = [];
|
||||||
$(this).parent().find('.item').each(function () {
|
$(this).parent().find('.item').each(function () {
|
||||||
if ($(this).hasClass('checked')) {
|
if (this.classList.contains('checked')) {
|
||||||
listIds.push($(this).data('id'));
|
listIds.push($(this).data('id'));
|
||||||
$($(this).data('id-selector')).removeClass('tw-hidden');
|
$($(this).data('id-selector')).removeClass('tw-hidden');
|
||||||
} else {
|
} else {
|
||||||
|
@ -605,7 +605,7 @@ function initRepoIssueCommentEdit() {
|
||||||
const quote = $(`#${target}`).text().replace(/\n/g, '\n> ');
|
const quote = $(`#${target}`).text().replace(/\n/g, '\n> ');
|
||||||
const content = `> ${quote}\n\n`;
|
const content = `> ${quote}\n\n`;
|
||||||
let editor;
|
let editor;
|
||||||
if ($(this).hasClass('quote-reply-diff')) {
|
if (this.classList.contains('quote-reply-diff')) {
|
||||||
const $replyBtn = $(this).closest('.comment-code-cloud').find('button.comment-form-reply');
|
const $replyBtn = $(this).closest('.comment-code-cloud').find('button.comment-form-reply');
|
||||||
editor = await handleReply($replyBtn);
|
editor = await handleReply($replyBtn);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue