Prettier Vscode extention ignoring config file

I created prettier.config.cjs:

module.exports = {
  singleQuote: true,
  plugins: ["prettier-plugin-tailwindcss"],
};

but when I am using single quote the prettier change it into double quote so it is ignoring my configs. What’s wierd is that the plugin does work…

How do I fix it?

edit:my default formatter is prettier