Skip to content

Instantly share code, notes, and snippets.

View ThinkTankShark's full-sized avatar
🎯
Focusing

Sepand Asadi ThinkTankShark

🎯
Focusing
  • Sony PlayStation
  • San Diego
View GitHub Profile
@ThinkTankShark
ThinkTankShark / .eslintrc.js
Created August 11, 2016 03:28 — 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": {