From: moisseev Date: Mon, 20 Nov 2023 11:25:09 +0000 (+0300) Subject: [Minor] Disallow padding within blocks X-Git-Tag: 3.8.0~55^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4d10f4efe643a84da936f29d48cc28ad70803ab0;p=thirdparty%2Frspamd.git [Minor] Disallow padding within blocks --- diff --git a/.eslintrc.json b/.eslintrc.json index cc08714b57..5e72d5e430 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -54,7 +54,7 @@ "@stylistic/newline-per-chained-call": ["error", { "ignoreChainWithDepth": 5 }], "@stylistic/no-extra-parens": ["error", "functions"], "@stylistic/object-property-newline": ["error", { "allowAllPropertiesOnSameLine": true }], - "@stylistic/padded-blocks": "off", + "@stylistic/padded-blocks": ["error", "never"], "@stylistic/quote-props" : ["error", "consistent-as-needed"], "@stylistic/quotes": ["error", "double", { "avoidEscape": true }], "@stylistic/semi": ["error", "always"], diff --git a/interface/js/app/rspamd.js b/interface/js/app/rspamd.js index 61ce4c56a9..26bd6c40db 100644 --- a/interface/js/app/rspamd.js +++ b/interface/js/app/rspamd.js @@ -276,7 +276,6 @@ function ($, NProgress) { if (changeTablePageSize && $("#historyTable_" + table + " tbody").is(":parent")) { // Table is not empty - clearTimeout(pageSizeTimerId); const t = FooTable.get("#historyTable_" + table); if (t) {