Skip to content

axross/prettier-config

Repository files navigation

@axross/prettier-config

A hand-picked configuration set for Prettier.

npm version license

Installation

Install this as a NPM package:

npm i -D prettier @axross/prettier-config

And use this Prettier config with the following prettier.config.js:

/* eslint-env node */

module.exports = "@axross/prettier-config";

This Prettier config includes the following plugins as dependencies:

  • @trivago/prettier-plugin-sort-imports
  • prettier-plugin-tailwindcss

License

MIT