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

https://github.com/becklyn/prettier

Prettier configuration used for becklyn projects
https://github.com/becklyn/prettier

codestyle prettier prettier-config

Last synced: about 1 month ago
JSON representation

Prettier configuration used for becklyn projects

Awesome Lists containing this project

README

        

Repository Archived 🚀

This repository has been moved to [Becklyn-Studios/ts-libs](https://github.com/Becklyn-Studios/ts-libs) for better maintainability.

Please visit the new repository for the latest updates and contributions.

---

Becklyn Prettier configuration
==============================

The commonly used prettier configuration for projects at [Becklyn](https://github.com/Becklyn).

Installation
------------

```
npm install --save-dev @becklyn/prettier
```

In your `package.json` add the following line:

```json
{
"prettier": "@becklyn/prettier"
}
```