Skip to content

Instantly share code, notes, and snippets.

View freedomct's full-sized avatar
🤔
transformation in progress

cc freedomct

🤔
transformation in progress
View GitHub Profile
@freedomct
freedomct / .eslintrc
Created October 20, 2016 06:10 — forked from sunnylqm/.eslintrc
eslint for reactnative
{
"extends": "airbnb",
"parser": "babel-eslint",
"env": {
"browser": true,
"node": true,
"mocha": true
},
"rules": {
// Disable for __DEV__, __SERVER__ usage.