Masafumi Koba

Results 705 comments of Masafumi Koba

When trying the lint in Terminal, do you get the following output? ```shell $ npx stylelint '*.scss' hello-world.scss 6:5 ✖ Unexpected empty line before property "isolation" order/properties-order 27:5 ✖ Expected...

Hum, have you tried restarting Stylelint langserver or VSCode? If that didn't resolve the problem, I don't know why... 🤷🏼

Well, if you can check out this repository and try the dev version locally, you should see debug logs. Otherwise, there may not be a way to turn on debug...

How about specifying `env` or `envFile` in [`.vscode/launch.json`](https://code.visualstudio.com/docs/editor/debugging#_launchjson-attributes)?

Thanks for debugging. I have two questions: - `css.validate` and `scss.validate` in `.vscode/settings.json` are `true`. Should these be `false`? - Can you update Stylelint to v16?

FYI. The next Rails version (7.1?) may cause runtime errors when using some dangerous methods from Object: - https://github.com/rails/rails/pull/45883 - https://github.com/rails/rails/pull/46394

@jeddy3 Thanks for opening this proposal. I agree with this idea, which should improve user experience. 👍🏼 I have one question: If `files[]` in a config (#3860) were present, the...

If we implement this issue, it will be included in the next major version, right?

@romainmenke Thank you so much for your effort! 👏🏼

Benchmarking for CSS code including more modern syntax sounds like a good idea. The current CSS (Bootstrap 4.4) might be a bit outdated. 🤔 https://github.com/stylelint/stylelint/blob/1c44f18c7322449990f790e92ae4a50188a3dac8/scripts/benchmark-rule.mjs#L25