Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smartive/prettier-config
https://github.com/smartive/prettier-config
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/smartive/prettier-config
- Owner: smartive
- License: mit
- Created: 2019-06-14T11:45:51.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-19T10:00:13.000Z (about 1 year ago)
- Last Synced: 2024-09-27T13:15:20.603Z (about 1 month ago)
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- 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"
```