Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Pettier/pettier

Prettier config that randomizes options and arbitrarily switches between spaces and tabs 🙄
https://github.com/Pettier/pettier

formatter javascript lint prettier style

Last synced: 3 days ago
JSON representation

Prettier config that randomizes options and arbitrarily switches between spaces and tabs 🙄

Awesome Lists containing this project

README

        

# Pettier

![logo](./pettier-logo.png)
Prettier config that randomizes options and arbitrarily switches between spaces and tabs 🙄

## How to use

```sh
$ npm install --save-dev pettier
```

Create a file in your project root called `prettier.config.js` and save the following:

```js
module.exports = require('pettier');
```

## Voilà

Now your configuration will be randomized every time you run Prettier.

![tada](https://media3.giphy.com/media/xTiTnEHBh7qapyuvwQ/giphy.gif?cid=3640f6095c42df6553567a5941cf04bb)

## Contributors

- [Cole Turner](https://github.com/coleturner)
- [Sherman Chen](https://github.com/shermango)
- [Phan An](https://github.com/phanan)