Skip to content

Instantly share code, notes, and snippets.

View abhinavshm95's full-sized avatar
🏠
Working from home

abhinavshm95

🏠
Working from home
View GitHub Profile
@estorgio
estorgio / prettier-eslint-precommit.md
Last active August 11, 2024 22:13
Setting up Prettier and ESLint with pre-commit hook

Setting up Prettier and ESLint with pre-commit hook

  • Initialize Git repository
    git init
  • Create .gitignore file and add the following:
    node_modules/
    *.env