0.3.5 • Published 3 years ago

prettier-config-hbb v0.3.5

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

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

0.3.5

3 years ago

0.3.4

3 years ago

0.3.3

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago