Skip to content

Instantly share code, notes, and snippets.

View Antardas's full-sized avatar
๐Ÿ–ฅ๏ธ
๐‘ป๐’“๐’š๐’Š๐’๐’ˆ ๐’•๐’ ๐’”๐’‚๐’—๐’† ๐’•๐’Š๐’Ž๐’† โ‰กโ‰ก ๐’Ž๐’๐’๐’†๐’š

Antar Das Antardas

๐Ÿ–ฅ๏ธ
๐‘ป๐’“๐’š๐’Š๐’๐’ˆ ๐’•๐’ ๐’”๐’‚๐’—๐’† ๐’•๐’Š๐’Ž๐’† โ‰กโ‰ก ๐’Ž๐’๐’๐’†๐’š
View GitHub Profile

Setup Eslint Prettier and Husky in Node JS Typescript Project

1. ESLint

  • Step 1 - Install the dependencies

    • eslint
      • ESLint is a tool for identifying and reporting on patterns found in ECMAScript/JavaScript code.
      • npm install --save-dev eslint
    • typescript-eslint/parser
@geordyjames
geordyjames / eslint_prettier_airbnb.md
Last active October 25, 2024 11:36
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
@sundowndev
sundowndev / GoogleDorking.md
Last active April 6, 2025 09:43
Google dork cheatsheet

Google dork cheatsheet

Search filters

Filter Description Example
allintext Searches for occurrences of all the keywords given. allintext:"keyword"
intext Searches for the occurrences of keywords all at once or one at a time. intext:"keyword"
inurl Searches for a URL matching one of the keywords. inurl:"keyword"
allinurl Searches for a URL matching all the keywords in the query. allinurl:"keyword"
intitle Searches for occurrences of keywords in title all or one. intitle:"keyword"