Skip to content

Instantly share code, notes, and snippets.

View teamzz111's full-sized avatar
😃
Coding

Andrés Largo teamzz111

😃
Coding
View GitHub Profile
@teamzz111
teamzz111 / .eslintrc.json
Created January 12, 2021 06:38 — 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,