1.0.1 • Published 2 years ago

@wyze/prettier-tailwind-trivago-compat v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@wyze/prettier-tailwind-trivago-compat · Build Status npm

A Prettier configuration to handle compatability between tailwindcss and @trivago/sort-imports plugins. See this issue.

Installation

$ yarn add --dev @wyze/prettier-tailwind-trivago-compat

Usage

.prettierrc.js or prettier.config.js

module.exports = {
  ...require('@wyze/prettier-tailwind-trivago-compat'),
  // Existing configuration here
}

package.json

{
  "prettier": "@wyze/prettier-tailwind-trivago-compat"
}

prettierrc.json

"@wyze/prettier-tailwind-trivago-compat"

License

MIT © Neil Kistner