Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 670 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 670 Bytes

Pettier

logo 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.

tada

Contributors