prettier-config-hbb

0.3.5 • Public • Published

⚙️ prettier-config-hbb

prettier-config-hbb is an opinionated configuration that makes it easy to start your projects.

version license downloads gh-release


Table of Contents

Motivation

  • Easy to start coding, avoid wasting time configuring for every project
  • Focus on the project instead of the tooling
  • Start the project quickly and easy

Installation

This module is distributed by NPM and should be installed as one of your project's devDependencies:

$ npm install --save-dev prettier-config-hbb

// or

$ yarn add -D prettier-config-hbb

Usage

Import to your .prettierrc.js such as:

module.exports = require('prettier-config-hbb');

Override Configurations

const config = require('prettier-config-hbb');

module.exports = {
  ...config,
  semi: false,
};

Scripts

Add the following to your package.json:

"scripts": {
  "format": "prettier --write ."
},

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Bugs and Sugestions

Report bugs or do suggestions using the issues.

LICENSE

MIT @ Helder Burato Berto [HBB]

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.3.5
    0
    • latest

Version History

Package Sidebar

Install

npm i prettier-config-hbb

Weekly Downloads

5

Version

0.3.5

License

MIT

Unpacked Size

5.21 kB

Total Files

5

Last publish

Collaborators

  • helderburato
  • helderberto