From 3d762dbb0a1125d6790c55dc652b7ac1bf1a5b3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Nov 2022 17:39:11 +0800 Subject: [PATCH] chore(deps): update dependency stylelint-config-standard to v29 (#38408) * chore(deps): update dependency stylelint-config-standard to v29 * chore: ignore import-notation rule Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: afc163 --- .stylelintrc.json | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.stylelintrc.json b/.stylelintrc.json index 89e5943dab..81a0a2c283 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -28,6 +28,7 @@ ] } ], + "import-notation": null, "no-descending-specificity": null, "no-invalid-position-at-import-rule": null, "declaration-empty-line-before": null, diff --git a/package.json b/package.json index bbc1f808de..a882ca241a 100644 --- a/package.json +++ b/package.json @@ -288,7 +288,7 @@ "stylelint": "^14.9.0", "stylelint-config-prettier": "^9.0.2", "stylelint-config-rational-order": "^0.1.2", - "stylelint-config-standard": "^28.0.0", + "stylelint-config-standard": "^29.0.0", "stylelint-declaration-block-no-ignored-properties": "^2.1.0", "stylelint-order": "^5.0.0", "theme-switcher": "^1.0.2",