stylelint-scss / stylelint-config-standard-scss

The standard shareable SCSS config for Stylelint.
MIT License
121 stars 19 forks source link

When I upgrade from 6.1.0 to 7, preset rules cannot be detected or automatically repaired according to rules #75

Open hooray opened 1 year ago

hooray commented 1 year ago
  "extends": [
    "stylelint-config-standard-scss",
    "stylelint-config-standard-vue/scss"
  ],
  "plugins": [
    "stylelint-scss"
  ],
    "stylelint": "^15.2.0",
    "stylelint-config-standard-scss": "^7.0.1",
    "stylelint-config-standard-vue": "^1.0.0",
    "stylelint-scss": "^4.4.0",
liamwang commented 1 year ago

I have encountered the same problem.

liamwang commented 1 year ago

I just tried upgrading to version 8.0.0, but there was no surprise, so I reverted back to version 6.1.0 again.