1.1.0 • Published 6 years ago

pettier v1.1.0

Weekly downloads
57
License
MIT
Repository
github
Last release
6 years ago

Pettier

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

How to use

$ npm install --save-dev pettier

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

module.exports = require('pettier');

Voilà

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

Contributors