0.1.10 • Published 5 years ago
@tkhiking/prettier-config v0.1.10
prettier-config
Installation
With npm:
npm install --save-dev prettier @tkhiking/prettier-config
With yarn:
yarn add --dev prettier @tkhiking/prettier-config
Usage
Edit package.json
:
{
"name": "your-cool-library",
"version": "0.1.0",
"prettier": "@tkhiking/prettier-config"
}
Or prettier.config.js
:
module.exports = '@tkhiking/prettier-config';
License
Copyright (c) 2020 tkhiking. All rights reserved.
This project is licensed under the terms of the MIT license.