1.5.0 • Published 8 months ago

@yutengjing/prettier-config v1.5.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

@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

1.5.0

8 months ago

1.4.0

10 months ago

1.3.0

1 year ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.1.2

2 years ago

1.0.0

2 years ago

0.0.1

3 years ago