Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 570 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 570 Bytes

prettier-config-joaopedrodcf

A standard prettier configuration to use throughout JavaScript projects

npm version

Getting Started

  • Install

Yarn

yarn add --dev prettier prettier-config-joaopedrodcf

Npm

npm install --save-dev prettier prettier-config-joaopedrodcf
  • Now create a file named: .prettierrc.js and insert this code there
module.exports = require('prettier-config-joaopedrodcf');
  • Now its ready to use