Skip to content

Instantly share code, notes, and snippets.

View dmitrydwhite's full-sized avatar

Dmitry White dmitrydwhite

  • Oregon, United States
View GitHub Profile
@geordyjames
geordyjames / eslint_prettier_airbnb.md
Last active June 4, 2024 15:55
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