Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🙄
- Host: GitHub
- URL: https://github.com/Pettier/pettier
- Owner: Pettier
- License: mit
- Created: 2018-06-21T22:14:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-10T16:13:46.000Z (about 5 years ago)
- Last Synced: 2024-10-29T02:39:04.869Z (19 days ago)
- Topics: formatter, javascript, lint, prettier, style
- Language: JavaScript
- Size: 21.5 KB
- Stars: 162
- Watchers: 3
- 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
![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)