-
With a `.stylelintrc.json` file with:
```
{
"extends": [
"stylelint-config-sass-guidelines",
"stylelint-config-prettier"
],
...
}
```
I get this error:
```
Error: Could…
-
> Clearly describe the bug
I am attempting to setup stylelint auto formatting with `nvim`. I noticed that stylelint was deleting the contents of my file on save when it was run with the followi…
-
[sass-lint](https://github.com/sasstools/sass-lint) is proving very buggy at this point, so I'm thinking we should investigate [stylelint](https://github.com/stylelint/stylelint) as an alternative.
M…
-
> What is the problem you're trying to solve?
Difference tool use difference directories for cache, it is hard to invalided them.
Also storing cache file in root of project is not comfortab…
-
Would be great if you could create a custom plugin for stylelint that adds support for your custom rules; for example, making `font-range` a known property for the `property-no-unknown` rule.
-
Stylelint is awesome. It's growing very fast and is more configurable than CSSLint and supports LESS and SASS. It'd be great to see support added to Web Essentials/Web Analyzer.
-
> What is the problem you're trying to solve?
I would like to have a new rule that would require user defined properties to be always grouped together. What I personally need is something that …
-
> Clearly describe the bug
If I use @include or @mixin with parameters at multiline it's breaks messages and highlighted errors, that goes afterwards.
> Which rule, if any, is the bug relate…
-
In v16 the formatters were changed to Promises
https://github.com/stylelint/stylelint/blob/main/docs/migration-guide/to-16.md#changed-nodejs-api-stylelintformatters-object
So the defaults no longe…
-
## Overview
[`stripVTControlCharacters`](https://nodejs.org/api/util.html#utilstripvtcontrolcharactersstr) from Node core utilities provide the same functionality.
Do note that this utility func…