Skip to content

Instantly share code, notes, and snippets.

View developer-avijitmondal's full-sized avatar
🎮
Working from home

avijit mondal developer-avijitmondal

🎮
Working from home
  • asphenix software
  • kolkata, India
View GitHub Profile
@leny
leny / .eslintrc.json
Last active February 27, 2024 08:25
ESLint config file for node.js + ES6 projects.
{
"env": {
"node": true,
"es6": true
},
"ecmaFeatures": {
"arrowFunctions": true,
"blockBindings": true,
"classes": true,
"defaultParameters": true,