From 931e94da43f10a1c91e21affc8fd6cd5fc18d201 Mon Sep 17 00:00:00 2001 From: alistair3149 Date: Tue, 2 Jul 2024 19:29:37 -0400 Subject: [PATCH] =?UTF-8?q?chore(dev):=20=F0=9F=94=A7=20disable=20plugin/n?= =?UTF-8?q?o-unsupported-browser-features=20in=20Stylelint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It is very conservative and it is negatively affecting the performance of Stylelint. Disabling it for now. --- .stylelintrc.json | 3 ++- resources/skins.citizen.styles/common/common.less | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.stylelintrc.json b/.stylelintrc.json index 1ee0673d..a8adecb3 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -14,6 +14,7 @@ "no-descending-specificity": null, "declaration-no-important": null, "unit-disallowed-list": null, - "declaration-property-unit-disallowed-list": null + "declaration-property-unit-disallowed-list": null, + "plugin/no-unsupported-browser-features": null } } diff --git a/resources/skins.citizen.styles/common/common.less b/resources/skins.citizen.styles/common/common.less index 453a6ffb..76b47c54 100644 --- a/resources/skins.citizen.styles/common/common.less +++ b/resources/skins.citizen.styles/common/common.less @@ -155,7 +155,6 @@ video { button, label { // Remove the 300ms delay in click event (T118509) - /* stylelint-disable-next-line plugin/no-unsupported-browser-features */ touch-action: manipulation; } }