You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm little bit confused I get: Undefined rule selector-max-id at module.exports (node_modules/stylefmt/node_modules/stylelint/lib/utils/configurationError.js:8:27)
with ^5.* it works with stylefmt ^6.0.0 it doesn't. I did set my version back to 5 but not sure why 5 version works and 6 doesn't work with the newest stylelint.
stylefmt is not working with the newer version of stylelint because of the new rule
selector-max-id
, which deprecates theselector-no-id
rule.stylefmt's stylelint version: 7.10.1
current stylelint version: 7.12.0
The text was updated successfully, but these errors were encountered: