Skip to content

Instantly share code, notes, and snippets.

View henokkhm's full-sized avatar

Henok Kirubel henokkhm

View GitHub Profile
@henokkhm
henokkhm / eslint_prettier_airbnb.md
Created October 20, 2022 13:04 — forked from geordyjames/eslint_prettier_airbnb.md
VSCode - ESLint, Prettier & Airbnb Setup for Node.js Projects

VSCode - ESLint, Prettier & Airbnb Setup for Node.js Projects

1. Install ESLint & Prettier extensions for VSCode

Optional - Set format on save and any global prettier options

2. Install Packages

npm i -D eslint prettier eslint-plugin-prettier eslint-config-prettier eslint-config-airbnb-base eslint-plugin-node eslint-config-node