Aleks Hudochenkov

Results 148 comments of Aleks Hudochenkov

I'm not sure this is a good idea to put CLI flags into config. Seems weird. ESLint doesn't have such thing and it's used by far bigger user base.

Also, try `"/.*:not\(.*\)/"`. It's the matter of finding correct RegExp, which is out of scope for stylelint. I'm closing the issue.

This change would affect every rule which accept RegExp as option. We can update an example for `selector-max-specificity` to include `:not`.

Did you find the answer? If you want to use RegExp, then it's always should be surrounded by `/`, e. g. `"/.*/"`.

I know why `stylelint-disable` doesn't work with `--fix`. stylelint [creates `disabledRanges`](https://github.com/stylelint/stylelint/blob/ba0cf50784366a23a46398c4ff60ebb67c69a12e/lib/lintSource.js#L94) while processing style sheet. While linting, stylelint doesn't care about this ranges. They only matter, when stylelint [generates report](https://github.com/stylelint/stylelint/blob/ba0cf50784366a23a46398c4ff60ebb67c69a12e/lib/utils/report.js#L46-L57)....

I came up to another problem. Disabled ranges assigned before file linted/fixed. For rules which altered lines (change empty lines, add line endings), disabled ranges might be incorrect after few...

> I suspect there are going to be some significant hurdles to overcome with this issue. As such, I suggest we push on with 8.0.0 and revisit this later. Agree....

@evilebottnawi of course we can. But I have a feeling that it won't help us, because of differences in architecture and approaches. Also I remember something from discussions, when we...

I just checked on Windows 10 machine. I don't have such regression. Running `npx stylelint` and `npx stylelint --version` works as expected. And I don't have any globally installed npm...

Use v14, please. On Sun, Sep 19, 2021 at 15:10 Sylwia Laskowska ***@***.***> wrote: > Hi @jeddy3 , I think I can do that next week, > but please tell...