I do also have Stylelint VSCode extension but still prettier is prioritized on save but won't respect stylelint config. Every time I save an SCSS file prettier is the default formatter and it somehow overrides stylint double-quotes because I do have config for prettier like this in .prettierrc.js:
// Import the default config file and expose it in the project root.
// Useful for editor integrations.
module.exports = require( '@wordpress/prettier-config' );
It is not respecting
.stylelintrc.json
config file within VSCode while setting prettier as default formatter.I do also have Stylelint VSCode extension but still prettier is prioritized on save but won't respect stylelint config. Every time I save an SCSS file prettier is the default formatter and it somehow overrides stylint double-quotes because I do have config for prettier like this in
.prettierrc.js
:Problem is this:
CC @ntwb