nodejs-basic-bangla icon indicating copy to clipboard operation
nodejs-basic-bangla copied to clipboard

This repository contains necessary codes and resources that I discuss in my Node.js Tutorial series at Youtube. Playlist link: https://www.youtube.com/watch?v=WC-g0JtEIwM&list=PLHiZ4m8vCp9PHnOIT7gd30P...

Results 2 nodejs-basic-bangla issues
Sort by recently updated
recently updated
newest added

রিসেন্টলি npm দিয়ে প্রোজেক্ট install করলে .eslintrc.cjs নামের একটা ফাইল জেনারেট হয়ে যাচ্ছে যেটার ভেতরের কনফিগারেশন দেখতে আপনার এই .eslintrc.json ফাইলের জন্য দেওয়া সেটাপের মত। সেক্ষেত্রে এখন কি .eslintrc.cjs থাকতেও...

"editor.defaultFormatter": "esbenp.prettier-vscode", "editor.formatOnSave": true, "[javascript]": { "editor.formatOnSave": false, "editor.defaultFormatter": null }, "editor.codeActionsOnSave": { "source.fixAll.eslint": true, "source.organizeImports": true }, "eslint.alwaysShowStatus": true not working properly