0.0.3 • Published 2 years ago

@fellwork/prettier-config v0.0.3

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

@fellwork/prettier-config

std badge npm version npm downloads

Shared prettier config

🛠️ Features

  • Standard style settings
  • 📄 JSDoc formatting
  • 📦 Import organization

Usage

Install package

NPM

# npm add as dev dependency
npm install @fellwork/prettier-config --save-dev
note: NPM install docs

Yarn

# yarn add as dev dependency
yarn add -D @fellwork/prettier-config
note: Yarn install docs

PNPM

pnpm add -D @fellwork/prettier-config
note: PNPM install docs

Using plugins

Import organization

Use // organize-imports-ignore to skip auto organization.

🚀 Development

  • Clone this repository
  • Install dependencies using pnpm install
  • Build to dist using pnpm build

License

Made with ❤️ & ☕

Published under MIT License.