Skip to content

Instantly share code, notes, and snippets.

View geordyjames's full-sized avatar
:octocat:

Geordy James geordyjames

:octocat:
View GitHub Profile
@geordyjames
geordyjames / eslint_prettier_airbnb.md
Last active March 23, 2024 03:53
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