Skip to content

Instantly share code, notes, and snippets.

@7Style
7Style / .eslintrc.json
Created December 3, 2017 23:08 — 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,