https://github.com/smartive/prettier-config
https://github.com/smartive/prettier-config
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/smartive/prettier-config
- Owner: smartive
- License: mit
- Created: 2019-06-14T11:45:51.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2026-02-08T11:48:47.000Z (5 months ago)
- Last Synced: 2026-02-08T18:09:02.762Z (5 months ago)
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @smartive/prettier-config
This package provides smartive's default [prettier](https://prettier.io/) configuration.
## Installation
```
npm i prettier @smartive/prettier-config -D
```
## Usage
Once the `@smartive/prettier-config` package is installed, you can use it by specifing `"@smartive/prettier-config"` in your [prettier configuration](https://prettier.io/docs/en/configuration.html).
```
# .prettierrc
"@smartive/prettier-config"
```