https://github.com/jwygithub/prettier-config
prettier configs
https://github.com/jwygithub/prettier-config
Last synced: 8 months ago
JSON representation
prettier configs
- Host: GitHub
- URL: https://github.com/jwygithub/prettier-config
- Owner: jwyGithub
- License: mit
- Created: 2024-05-23T06:01:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T03:13:23.000Z (over 1 year ago)
- Last Synced: 2025-10-05T03:08:44.823Z (9 months ago)
- Language: TypeScript
- Size: 219 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @janone/prettier-config
#### janone prettier-config
### install
#### with pnpm
```sh
pnpm add @janone/prettier-config prettier -D
```
#### with yarn
```sh
yarn add @janone/prettier-config prettier -D
```
#### with npm
```sh
npm install @janone/prettier-config prettier -D
```
### use
> prettier.config.mjs
```js
import { prettier } from '@janone/prettier-config';
export default prettier();
```
### use cli
> select the configuration file
```sh
pnpm dlx @janone/prettier-config
```
> use the default configuration file
```sh
pnpm dlx @janone/prettier-config -y
```