@pentible/prettier

0.105.0 • Public • Published

prettier

usage

  • npm i -D @pentible/prettier

  • prettier.config.mjs

export { default } from "@pentible/prettier";

// OR if you need to override settings
import pentible from "@pentible/prettier";

/** @type {import("prettier").Config} */
const config = {
    ...pentible,
    plugins: [...pentible.plugins, "prettier-plugin-tailwindcss"],
};

export default config;

Readme

Keywords

none

Package Sidebar

Install

npm i @pentible/prettier

Weekly Downloads

11

Version

0.105.0

License

MIT

Unpacked Size

1.16 kB

Total Files

3

Last publish

Collaborators

  • pentible-bot
  • will.villeneuve