Prettier plugin that removes whitespaces of className
Bun:
bun add -D @softonus/prettier-plugin-whitespace-remover
Yarn:
yarn add -D @softonus/prettier-plugin-whitespace-remover
Npm:
npm install --save-dev @softonus/prettier-plugin-whitespace-remover
Create a .prettierrc
file in your project's root directory with the following configuration:
{
"plugins": ["@softonus/prettier-plugin-whitespace-remover"]
}
For contact, email ebo@softonus.com