Skip to content

Instantly share code, notes, and snippets.

View vishal41190's full-sized avatar
🎯
Focusing

vishal patel vishal41190

🎯
Focusing
View GitHub Profile
@leny
leny / .eslintrc.json
Last active August 3, 2024 16:44
ESLint config file for node.js + ES6 projects.
{
"env": {
"node": true,
"es6": true
},
"ecmaFeatures": {
"arrowFunctions": true,
"blockBindings": true,
"classes": true,
"defaultParameters": true,