Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 327 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 327 Bytes

Prettier configuration

Usage

  1. Install prettier and the config @harastaivan/prettier-config:
npm install -D prettier
npm install -D @harastaivan/prettier-config
  1. Create a file called prettier.config.js in the root of the project:
module.exports = require('@harastaivan/prettier-config');