Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lvjiaxuan/prettier-config
Lvjx's personal prettier config
https://github.com/lvjiaxuan/prettier-config
Last synced: about 1 month ago
JSON representation
Lvjx's personal prettier config
- Host: GitHub
- URL: https://github.com/lvjiaxuan/prettier-config
- Owner: lvjiaxuan
- Created: 2022-05-21T12:56:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-21T09:46:54.000Z (over 2 years ago)
- Last Synced: 2023-03-02T22:56:21.561Z (almost 2 years ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @lvjiaxuan/prettier-config
[![npm](https://img.shields.io/npm/v/@lvjiaxuan/prettier-config)](https://www.npmjs.com/package/@lvjiaxuan/prettier-config)
> Lvjx's personal prettier config
## Usage
Install:
```bash
npm i @lvjiaxuan/prettier-config -D
pnpm add @lvjiaxuan/prettier-config -D
yarn add @lvjiaxuan/prettier-config -D
# antfu/ni
ni @lvjiaxuan/prettier-config -D
```*package.json*:
```json
{
"prettier": "@lvjiaxuan/prettier-config"
}
```