1.0.0 • Published 2 years ago

@bdxjs/prettier-config v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Prettier Config of bdxjs

Install

# with npm
npm i @bdxjs/prettier-config -D

# with yarn
yarn add @bdxjs/prettier-config -D

# with pnpm
pnpm add @bdxjs/prettier-config -D

Usage

// .prettierrc.js

const config = require('@bwdjs/prettier-config')

module.exports = {
  ...config,
}
1.0.0

2 years ago