chore(dev): 🔧 disable plugin/no-unsupported-browser-features in Stylelint

It is very conservative and it is negatively affecting the performance of Stylelint.
Disabling it for now.
This commit is contained in:
alistair3149 2024-07-02 19:29:37 -04:00
parent 2f7ae8fc1d
commit 931e94da43
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -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
}
}

View file

@ -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;
}
}