1.0.11 • Published 6 years ago
prettier-config-joaopedrodcf v1.0.11
prettier-config-joaopedrodcf
A standard prettier configuration to use throughout JavaScript projects
Getting Started
- Install
Yarn
yarn add --dev prettier prettier-config-joaopedrodcfNpm
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