@yutengjing/prettier-config

1.2.0 • Public • Published

@yutengjing/prettier-config

version downloads test

my personal prettier config

Usage

Install

# npm
npm add -D @yutengjing/prettier-config

# pnpm
pnpm add -D @yutengjing/prettier-config

# yarn
yarn add -D @yutengjing/prettier-config

# bun
bun add -d @yutengjing/prettier-config

Config .prettierrc.js

just re-export this package.

module.exports = require('@yutengjing/prettier-config');

Or, you can add your custom options:

module.exports = {
  ...require('@yutengjing/prettier-config'),
  semi: false,
};

Related

Package Sidebar

Install

npm i @yutengjing/prettier-config

Weekly Downloads

2

Version

1.2.0

License

MIT

Unpacked Size

5.3 kB

Total Files

4

Last publish

Collaborators

  • yutengjing