Skip to content

Instantly share code, notes, and snippets.

View jboxx's full-sized avatar
🇮🇩
Shut up! I am PRO

Rifqi Fardi Pradhana jboxx

🇮🇩
Shut up! I am PRO
View GitHub Profile
@jboxx
jboxx / .eslintrc
Last active December 19, 2017 12:30 — forked from radiovisual/.eslintrc
React Native AirBnB ESLint Config
{
"parser": "babel-eslint",
"plugins": [
"react",
"react-native"
],
"parserOptions": {
"ecmaFeatures": {
"jsx": true,
"modules": true