1.0.2 • Published 4 years ago

@ab.progr/prettier-config v1.0.2

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

Installation

Customized prettier config

NPM

npm install @ab.progr/prettier-config --save-dev
or
npm i @ab.progr/prettier-config -D

YARN

yarn add @ab.progr/prettier-config --dev
or
yarn add @ab.progr/prettier-config -D

Usage

// if using .prettierrc or .prettierrc.json, add this line
"@ab.progr/prettier-config";

// to extend the configuration to overwrite some properties from the shared configuration use .prettierrc.js
module.exports = {
  ...require("@ab.progr/prettier-config"),
  semi: false,
};

DEMO

Node-Express Boilerplate

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago