Masafumi Koba

Results 705 comments of Masafumi Koba

> Will the `node_modules` directory always be ignored even when the `ignorePatterns` config property is used? In my opinion, it seems good to keep the current behavior with Stylelint, even...

I think there is the same problem in `no-duplicate-selectors`. See #6047.

As an intermediate idea, what if creating a plugin for such a common a11y ruleset under the [github.com/stylelint](https://github.com) organization? (for example, `stylelint/stylelint-a11y` or `stylelint/stylelint-accessibility` etc.) I don't think fatting the...

> (We eventually intend to remove the postcss-css-in-js package from the Stylelint org once/if the community creates packages to replace it. We made a mistake by adding it as it...

@bondom Thanks for using the template. The suggestion looks good to me. 👍🏼 I remember there was a 3rd-party ESLint plugin that did something similar, but I've forgotten the name....

@leon-up9 Thanks for writing the report and using the template. The problem seems to be related to the [`max-nesting-depth`](https://stylelint.io/user-guide/rules/list/max-nesting-depth) rule. Could you please provide your Sass code triggering the error...

@CyanSalt Thanks for using the template! Not reporting access without `var()` by default looks good to me, but honestly, I'm not sure about the spec. Can you provide a link...

I've labeled the issue as ready to implement. Please consider [contributing](https://stylelint.io/contributing) if you have time.

> Providing `ignoreProperties` is probably the most cost effective option. @CyanSalt Thank you so much! The idea above sounds good to me, too. 👍🏼 @jeddy3 Any thoughts?