npm.io
1.4.1 • Published 1 year ago

@axross/prettier-config

Licence
Version
1.4.1
Deps
1
Size
3 kB
Vulns
0
Weekly
0

@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