-
When trying to update to 6.20.1 we get this new error:
{
"extends": [
"stylelint-config-standard",
"stylelint-config-recommended-scss",
"stylelint-config-recommended",
"stylelint-config-rational-order"
],
"customSyntax": "postcss-scss",
"overrides": [
{
"files": ["**/*.{html,vue}"],
"customSyntax": "postcss-html"
}
],
"plugin/rational-order": true,
"plugins": [
"stylelint-scss",
"stylelint-order",
"stylelint-config-rational-order/plugin"
]
} This configuration works using 6.20.0 but no longer using 6.20.1. Not sure if it's related to #2460? |
Beta Was this translation helpful? Give feedback.
Answered by
nvuillam
Mar 26, 2023
Replies: 1 comment 1 reply
-
@jokay this should be solved by latest MegaLinter v6.21.0, please can you confirm it's ok ? :) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jokay
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@jokay this should be solved by latest MegaLinter v6.21.0, please can you confirm it's ok ? :)