Skip to content

Instantly share code, notes, and snippets.

View tigerzhang08's full-sized avatar
🎯
Focusing

tigerzhang08

🎯
Focusing
View GitHub Profile
@sunnylqm
sunnylqm / .eslintrc
Created August 18, 2016 15:21
eslint for reactnative
{
"extends": "airbnb",
"parser": "babel-eslint",
"env": {
"browser": true,
"node": true,
"mocha": true
},
"rules": {
// Disable for __DEV__, __SERVER__ usage.