Skip to content

Instantly share code, notes, and snippets.

View wvmitchell's full-sized avatar
🔥
Warming up the skillz

Will Mitchell wvmitchell

🔥
Warming up the skillz
View GitHub Profile
@wvmitchell
wvmitchell / .eslintrc
Created October 5, 2018 17:48 — forked from christielynam/.eslintrc
Mod 3 ESList
{
"parser": "babel-eslint",
"extends": [
"eslint:recommended",
"plugin:react/recommended"
],
"plugins": [
"react"
],
"env": {