Masafumi Koba

Results 705 comments of Masafumi Koba

If we introduce the flat config (#7408), this issue no longer seems to be needed; otherwise, at least, it seems to need to reconsider an expected behavior.

@schalkneethling I'm so glad to hear this big news! I believe it's an excellent decision for many people who are interested in accessibility. 👍🏼

Since the reported rules are a part of *stylistic* rules and deprecated, we will no longer fix them. See below: - https://github.com/stylelint/stylelint/blob/16754b1dab7590238f9b842ebd25678f8204ae9d/docs/user-guide/rules.md#deprecated - https://github.com/stylelint/stylelint/blob/16754b1dab7590238f9b842ebd25678f8204ae9d/docs/migration-guide/to-15.md#deprecated-stylistic-rules

The `unicode-bom` rule is now deprecated and will be removed in the future. See below: https://github.com/stylelint/stylelint/blob/74d8da444d500ba69b15801c9165d32af54192f1/lib/rules/unicode-bom/README.md?plain=1#L3

@mattxwang Thanks for picking out this old issue. I agree with the idea of > override (CLI gets priority, I assume)

I'm closing this issue due to a conflict with #7449. See also https://github.com/stylelint/stylelint/pull/6818#issuecomment-1901710990

@StfBauer Thanks for the report with a reproducible repo. Some settings seem necessary. Can you try the below? - Update `.stylelintrc.js` to include `customSyntax` in `overrides`. E.g. ```js module.exports =...

Thanks for updating the repo. When I tried https://github.com/StfBauer/temp-stylelint-debug/commit/9ba263368d896859e7393ce3fd0e471f80272707, but it worked 👌🏼 Diff of hello-world.scss ```diff diff --git a/hello-world.scss b/hello-world.scss index bf87474..e678bc2 100644 --- a/hello-world.scss +++ b/hello-world.scss @@ -1,8...

In my environment, `you should use the "customSyntax" option when linting something other than CSS` message is never shown in **OUTPUT**. 🤔