Skip to content

Instantly share code, notes, and snippets.

@md-redwan-hossain
Last active July 22, 2022 12:10
Show Gist options
  • Save md-redwan-hossain/1eadda1f739a46932319aabc5609ddd2 to your computer and use it in GitHub Desktop.
Save md-redwan-hossain/1eadda1f739a46932319aabc5609ddd2 to your computer and use it in GitHub Desktop.
basic setup for JS environment
sudo apt install curl -y && npm init esnext -y && npm i cross-fetch && npm i -D eslint prettier eslint-plugin-prettier eslint-config-prettier @chainsafe/eslint-plugin-node @overlookmotel/eslint-config-node eslint-config-airbnb @babel/eslint-parser && curl -O https://gist.githubusercontent.com/redwan-hossain/8e9e54c935d4d02b24635a7beeeb6aca/raw/a997f9677f32a33f6a20e07162d6ae1165edc955/.eslintrc.json && curl -O https://gist.githubusercontent.com/redwan-hossain/840d74b8a4d459c0d0752b1340a311d2/raw/ce3f46e3a0f05e733e7fb59e2e01407bb44907cf/.prettierrc.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment