Skip to content

Instantly share code, notes, and snippets.

View AaronFilson's full-sized avatar

Aaron Filson AaronFilson

View GitHub Profile
{
"env": {
"mocha": true,
"node": true,
"es6": true,
"browser": true
},
"globals": {
},
@AaronFilson
AaronFilson / .eslintrc
Last active May 11, 2016 17:57
401d7 ESLint config for Part 1
{
"env": {
"mocha": true,
"node": true,
"es6": true
},
"globals": {
},
"rules": {