@twihike/prettier-config
v0.1.17
Published
My Prettier config.
Readme
prettier-config
Installation
With npm:
npm install --save-dev prettier @twihike/prettier-configWith yarn:
yarn add --dev prettier @twihike/prettier-configUsage
Edit package.json:
{
"name": "your-cool-library",
"version": "0.1.0",
"prettier": "@twihike/prettier-config"
}Or prettier.config.js:
module.exports = '@twihike/prettier-config';License
Copyright (c) 2020 twihike. All rights reserved.
This project is licensed under the terms of the MIT license.
