Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 496 Bytes

frontend.md

File metadata and controls

29 lines (21 loc) · 496 Bytes

Frontend

Tooling

VS Code Extensions

Prettier - Code formatter

Prettier is an opinionated code formatter.

Installation
  1. Install the Node package:

Install with npm:

npm install --save-dev prettier
# or globally
npm install --global prettier

Install with yarn:

yarn add prettier --dev
# or globally
yarn global add prettier
  1. Install the VS Code extension:

Search the VS Code extensions for Prettier - Code formatter and click Install.