Skip to content

Instantly share code, notes, and snippets.

View NiiMER's full-sized avatar
🟢

Mohamad Nimer NiiMER

🟢
View GitHub Profile
@NiiMER
NiiMER / .eslintrc.json
Created October 2, 2019 00:09 — forked from leny/.eslintrc.json
ESLint config file for node.js + ES6 projects.
{
"env": {
"node": true,
"es6": true
},
"ecmaFeatures": {
"arrowFunctions": true,
"blockBindings": true,
"classes": true,
"defaultParameters": true,