@softonus/prettier-plugin-duplicate-remover
v1.0.1
Published
Prettier plugin that removes duplicates of className
Downloads
1,565
Maintainers
Readme
🚀 About
Prettier plugin that removes duplicated strings of className
🗂 Install
Bun:
bun add -D @softonus/prettier-plugin-duplicate-remover
Yarn:
yarn add -D @softonus/prettier-plugin-duplicate-remover
Npm:
npm install --save-dev @softonus/prettier-plugin-duplicate-remover
🔨 Usage
Create a .prettierrc
file in your project's root directory with the following configuration:
{
"plugins": ["@softonus/prettier-plugin-duplicate-remover"]
}
📨 Contact
For contact, email [email protected]