Setting up Prettier and ESLint with pre-commit hook Initialize Git repository git init Create .gitignore file and add the following: node_modules/ *.env