Masafumi Koba
Masafumi Koba
This problem seems to be resolved. For example: https://github.com/stylelint/stylelint/blob/16754b1dab7590238f9b842ebd25678f8204ae9d/docs/user-guide/rules.md#avoid-errors Please reopen this if there is still a problem.
I'd like to complete this refactoring until v15.0.0, but... it may not be easy. Anyway, I am trying to understand the code around the PostCSS API.
Thanks for the reminder. This issue is still ready to implement because it should make the codebase much cleaner. In addition, stylelint/css-parser#2 is under discussion, so we may continue using...
Yes, I think creating a PoC has no problem. We could evaluate this feature by the PoC.
Thanks for providing the minimal reproduction. I can confirm the error with [this demo](https://stylelint.io/demo/#N4Igxg9gJgpiBcIACBbGUCWBDABABwCcMA7AFwB1icdIAbCA+HAdwAsNSZKQAaEAMwy0YAOSxoEIGAA9xeYQDoAzliVLe4CMUEBzScErVy4AK5LSEFAGUAnmSzTjTY3gjmwagLQq1xnoZxjAhNhJSccAypqQJAUB09iGHMSHU9YPFJWcIAGAIBfSjyNSG0MHQAxBjjSSQArJS0NdPVESKMQV3cvHzCEGOyFAFYFXN4A43MbYVoSCj7jAEZhgHYR40KQPKA). ```sass @media print color: white ``` ```json { "customSyntax": "postcss-sass", "rules": { "max-nesting-depth": 0 } }...
I've just opened PR #6909.
I've reverted the status to **needs discussion** because I think this feature may conflict with #3411. See also the discussion on #6617.
Also, we need to consider @Mouvedia's questions on https://github.com/stylelint/stylelint/issues/3860#issuecomment-1422373981.
I try responding to some questions in . > should `files` support negation? (dupe of existing `ignorefiles`) I think it makes sense to allow negation patterns for `files` because detecting...
No, the current behavior (ignoring `node_modules` by default) will be kept: https://github.com/stylelint/stylelint/blob/b92260f415ae2e1c1ee053ea01658be0b063899b/lib/standalone.mjs#L26