Skip to content

Instantly share code, notes, and snippets.

View msrajawat298's full-sized avatar
💭
I may be slow to respond.

Mayank Singh Kushwah msrajawat298

💭
I may be slow to respond.
View GitHub Profile
@msrajawat298
msrajawat298 / ANSI.md
Created October 4, 2025 09:35 — forked from fnky/ANSI.md
ANSI Escape Codes

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

  • Ctrl-Key: ^[
  • Octal: \033
  • Unicode: \u001b
  • Hexadecimal: \x1B
  • Decimal: 27
@msrajawat298
msrajawat298 / eslint_prettier_airbnb.md
Created March 25, 2023 16:20 — forked from bradtraversy/eslint_prettier_airbnb.md
ESLint, Prettier & Airbnb Setup

VSCode - ESLint, Prettier & Airbnb Setup

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-plugin-node eslint-config-node