An open API service indexing awesome lists of open source software.

https://github.com/fellwork/prettier-config

Shared prettier config
https://github.com/fellwork/prettier-config

Last synced: about 1 year ago
JSON representation

Shared prettier config

Awesome Lists containing this project

README

          

# @fellwork/prettier-config

[![std badge][std-badge-src]][std-badge-href]
[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]

> Shared prettier config

## 🛠️ Features

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

## Usage

### Install package

#### **NPM**

```sh
# npm add as dev dependency
npm install @fellwork/prettier-config --save-dev
```

##### note: [NPM install docs](https://docs.npmjs.com/)

---

#### **Yarn**

```sh
# yarn add as dev dependency
yarn add -D @fellwork/prettier-config
```

##### note: [Yarn install docs](https://yarnpkg.com/cli/add)

---

#### **PNPM**

```sh
pnpm add -D @fellwork/prettier-config
```

##### note: [PNPM install docs](https://pnpm.io/cli/add)

### 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](./LICENSE).

[npm-version-src]: https://img.shields.io/npm/v/@fellwork/prettier-config?style=flat-square
[npm-version-href]: https://npmjs.com/package/@fellwork/prettier-config

[npm-downloads-src]: https://img.shields.io/npm/dm/@fellwork/prettier-config?style=flat-square
[npm-downloads-href]: https://npmjs.com/package/@fellwork/prettier-config

[std-badge-src]: https://img.shields.io/badge/code_style-standard-brightgreen.svg
[std-badge-href]: https://standardjs.com