Skip to content

Instantly share code, notes, and snippets.

View phobal's full-sized avatar
🏠
WFH

phobal phobal

🏠
WFH
View GitHub Profile
@phobal
phobal / .eslintrc.js
Created March 15, 2018 04:59 — forked from nkbt/.eslintrc.js
Strict ESLint config for React, ES6 (based on Airbnb Code style)
{
"env": {
"browser": true,
"node": true,
"es6": true
},
"plugins": ["react"],
"ecmaFeatures": {