summaryrefslogtreecommitdiff
path: root/client/simple/.stylelintrc.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-01-09 11:06:11 +0100
committerGitHub <noreply@github.com>2026-01-09 11:06:11 +0100
commitc769c194d63ff06626b9136be847deea75836ee9 (patch)
tree4058a8c1738fbc690b33787a9d33a3121f6cff52 /client/simple/.stylelintrc.json
parent65186c3301d8011f689aba48326b73bb93d724ec (diff)
[upd] web-client (simple): Bump stylelint-config-standard-less from 3.0.1 to 4.0.1 in /client/simple (#5647)
* [upd] web-client (simple): Bump stylelint-config-standard-less Bumps [stylelint-config-standard-less](https://github.com/stylelint-less/stylelint-less/tree/HEAD/packages/stylelint-config-standard-less) from 3.0.1 to 4.0.1. - [Release notes](https://github.com/stylelint-less/stylelint-less/releases) - [Changelog](https://github.com/stylelint-less/stylelint-less/blob/main/packages/stylelint-config-standard-less/CHANGELOG.md) - [Commits](https://github.com/stylelint-less/stylelint-less/commits/stylelint-config-standard-less@4.0.1/packages/stylelint-config-standard-less) --- updated-dependencies: - dependency-name: stylelint-config-standard-less dependency-version: 4.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * [fix] themes: rebuild static --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ivan Gabaldon <igabaldon@inetol.net>
Diffstat (limited to 'client/simple/.stylelintrc.json')
-rw-r--r--client/simple/.stylelintrc.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/simple/.stylelintrc.json b/client/simple/.stylelintrc.json
index ab5219141..60aaf9be4 100644
--- a/client/simple/.stylelintrc.json
+++ b/client/simple/.stylelintrc.json
@@ -4,7 +4,9 @@
"extends": ["stylelint-config-standard-less"],
"rules": {
"at-rule-no-vendor-prefix": null,
+ "at-rule-prelude-no-invalid": null,
"declaration-empty-line-before": null,
+ "declaration-property-value-no-unknown": null,
"no-invalid-position-at-import-rule": null,
"prettier/prettier": true,
"property-no-vendor-prefix": null,