Skip to content

Instantly share code, notes, and snippets.

View rafael84's full-sized avatar
🏠
Working from home

Rafael Lopes rafael84

🏠
Working from home
View GitHub Profile
@rafael84
rafael84 / .eslintrc.js
Created June 10, 2018 20:34
Eslint + Prettier
module.exports = {
env: {
browser: true,
es6: true,
node: true,
"react-native/react-native": true
},
extends: ["plugin:react/recommended"],
parserOptions: {
ecmaFeatures: {