Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 338 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 338 Bytes

Prettier Config

Setup

Use yarn to install Prettier and custom config:

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

Create a new .prettierrc.js file and export an object containing your settings:

module.exports = {
  ...require('@leandromatos/prettier-config'),
}

© All rights reserved