Results 10 comments of

Yes, here is the setting data. ```json { "html.format.enable": false, "javascript.format.enable": false, "css.format.enable": false, "eslint.format.enable": false, } ```

This problem occurred when tested in an environment with only the following two files pckage.json ```json { "name": "stylelint-test", "version": "1.0", "description": "", "main": "dist/index.js", "module": "dist/index.js", "scripts": {}, "private":...

@ybiquitous No, the command does not reproduce. As explained at the beginning, this only occurs when auto-formatting with VS Code extensions.

this plugin https://marketplace.visualstudio.com/items?itemName=stylelint.vscode-stylelint

Come to think of it, I use pnpm. node is v18.19.0.

Additional verification. It does not occur in stylelint v.15.11.0, it occurs starting from v.16.0.0.

No, this occurred with or without .stylelintrc.cjs.

If I wanted to use stylelint-prettier v5 or later, I had to use stylelint v16 or later to get it to work, so I updated to stylelint v16 and encountered...

Thank you very much! However, the bug did occur... https://github.com/stylelint/vscode-stylelint/assets/31400297/a7360508-0fe6-49e6-aa41-550a9ca9d520

Yes. But for some reason, when I reload the project, the `true` part seems to be automatically switched to `"explicit"` as shown below. ``` { "stylelint.validate": ["css", "scss"], "editor.codeActionsOnSave": {...