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: 10 months ago
JSON representation
Prettier config that randomizes options and arbitrarily switches between spaces and tabs 🙄
- Host: GitHub
- URL: https://github.com/Pettier/pettier
- Owner: Pettier
- License: mit
- Created: 2018-06-21T22:14:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-10T16:13:46.000Z (over 6 years ago)
- Last Synced: 2025-04-19T01:06:28.342Z (11 months ago)
- Topics: formatter, javascript, lint, prettier, style
- Language: JavaScript
- Size: 21.5 KB
- Stars: 162
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dev-fun - Pettier - Prettier config that randomizes options and arbitrarily switches between spaces and tabs 🙄 (JavaScript)
README
# Pettier

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.

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