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
- Host: GitHub
- URL: https://github.com/fellwork/prettier-config
- Owner: fellwork
- License: mit
- Created: 2022-03-27T15:33:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-28T22:48:41.000Z (about 4 years ago)
- Last Synced: 2025-02-23T20:33:42.589Z (over 1 year ago)
- Language: TypeScript
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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