Open abogacki opened 3 years ago
@abogacki I have this isse too..
Always reproduced on macOS Catalina, macOS Big Sur with latest version of Atom.
Occurs for me too, M1 Mac Big Sur 11.5.2 and linter-stylelint 4.5.1
It appears to me the problem is the old version of stylelint
itself.
https://github.com/AtomLinter/linter-stylelint/blob/a81cfcd43a374b0df86e955234259598568f6454/package.json#L64
If I delete or upgrade the local install in ~/.atom/packages/linter-stylelint/node_modules/stylelint
the problem goes away as the global stylelint
(I have 13.13.1
) is used instead. @abogacki @matteobertoldo I'm curious if this works for you.
After adding
.stylelintrc
configuration (listed below) that extends stylelint-config-sass-guidlines (available here) linter throws error on top of eachscss
fileThe issue is related to
declaration-property-value-disallowed-list
which is defined by stylelint-config-sass-guidelines like:The above seems to ok with official docs. Configuration works perfectly fine with VS Code. Is there a solution to this?