An open API service indexing awesome lists of open source software.

https://github.com/boringcodes/prettier-config

🍭 Boring Prettier Config - @boringcodes
https://github.com/boringcodes/prettier-config

boringcodes eslint husky javascript lint-staged npm prettier prettier-config standard-version

Last synced: 6 months ago
JSON representation

🍭 Boring Prettier Config - @boringcodes

Awesome Lists containing this project

README

          


prettier-config


Boring Prettier Config



























## Installation

Use the package manager to install

```bash
yarn add @boringcodes/prettier-config prettier --dev
```

## Usage

Create `.prettierrc`/`.prettierrc.json` and add the content

```json
"@boringcodes/prettier-config"
```

Or if you want to extend the config, create `.prettierrc.js` instead

```javascript
const config = require('@boringcodes/prettier-config');

module.exports = {
...config,
// TODO: add your prettier configs below
};
```

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## Authors

[BoringCodes](https://github.com/boringcodes)

## License

[MIT](https://github.com/boringcodes/prettier-config/blob/master/LICENSE)