@w5s/prettier-config
TypeScript icon, indicating that this package has built-in type declarations

2.0.13 • Public • Published

W5S Prettier configuration (@w5s/prettier-config)

NPM Version License

Prettier shared configuration

Installation

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

Usage

In the .prettierrc.json for your project

"@w5s/prettier-config"

Or in the .prettierrc.js, to be able to override rules

module.exports = {
  ...require('@w5s/prettier-config'),
  // Override rules
};

Requirements

Prettier: 2.x

License

MIT © Julien Polo julien.polo@gmail.com

Readme

Keywords

Package Sidebar

Install

npm i @w5s/prettier-config

Weekly Downloads

1,345

Version

2.0.13

License

MIT

Unpacked Size

5.46 kB

Total Files

8

Last publish

Collaborators

  • jpolo