Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kalmarv/prettier-config
Personal prettier config
https://github.com/kalmarv/prettier-config
Last synced: 8 days ago
JSON representation
Personal prettier config
- Host: GitHub
- URL: https://github.com/kalmarv/prettier-config
- Owner: Kalmarv
- License: mit
- Created: 2022-07-04T21:15:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-08T00:45:03.000Z (over 2 years ago)
- Last Synced: 2024-10-15T15:16:06.927Z (23 days ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@kalmarv/prettier-config
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @kalmarv/prettier-config
Personal [Prettier](https://prettier.io/)
[config](https://prettier.io/docs/en/configuration.html).## Installation
```shell
npm i -D @kalmarv/prettier-config
```## Usage
Reference `@kalmarv/prettier-config` in your `package.json`:
```json
{
"prettier": "@kalmarv/prettier-config"
}
```Or extend the configuration using .prettierrc.js:
```js
module.exports = {
...require('@kalmarv/prettier-config'),
plugins: ['prettier-plugin-foo'],
}
```## License
[MIT][license]
[license]: ./LICENSE