Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erictaylor/prettier-config
https://github.com/erictaylor/prettier-config
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/erictaylor/prettier-config
- Owner: erictaylor
- Created: 2020-10-04T21:40:32.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-04T21:57:16.000Z (about 4 years ago)
- Last Synced: 2024-11-22T17:37:09.542Z (about 1 month ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `@erictaylor/prettier-config`
> My personal [Prettier](https://prettier.io) config.
## Usage
**Install**:
```bash
$ yarn add --dev @erictaylor/prettier-config
```**Edit `package.json`**:
```jsonc
{
// ...
"prettier": "@erictaylor/prettier-config"
}
```_alternatively_
```js
// .prettierrc.js
module.exports = {
...require('@erictaylor/prettier-config');
};
```