0.1.17 • Published 3 years ago

@twihike/prettier-config v0.1.17

Weekly downloads
54
License
MIT
Repository
github
Last release
3 years ago

prettier-config

npm version

Installation

With npm:

npm install --save-dev prettier @twihike/prettier-config

With yarn:

yarn add --dev prettier @twihike/prettier-config

Usage

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.