0.1.10 • Published 5 years ago

@tkhiking/prettier-config v0.1.10

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

prettier-config

npm version

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.

0.1.10

5 years ago

0.1.9

5 years ago

0.1.2

5 years ago

0.1.0

5 years ago