Skip to content

Commit

Permalink
chore(dev): 🔧 disable plugin/no-unsupported-browser-features in Style…
Browse files Browse the repository at this point in the history
…lint

It is very conservative and it is negatively affecting the performance of Stylelint.
Disabling it for now.
  • Loading branch information
alistair3149 committed Jul 2, 2024
1 parent 2f7ae8f commit 931e94d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
1 change: 0 additions & 1 deletion resources/skins.citizen.styles/common/common.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 931e94d

Please sign in to comment.