Skip to content

Instantly share code, notes, and snippets.

View joaoeliandro's full-sized avatar
:shipit:
Trying

João Eliandro ∴ joaoeliandro

:shipit:
Trying
View GitHub Profile
apply plugin: "com.android.application"
import com.android.build.OutputFile
project.ext.react = [
enableHermes: true,
]
apply from: "../../node_modules/react-native/react.gradle"
apply from: "../../node_modules/@sentry/react-native/sentry.gradle"
@joaoeliandro
joaoeliandro / gigalixir-cd.yml
Last active June 6, 2021 19:21
Gigalixir CD
name: CD
on:
push:
branches:
- main
jobs:
deploy:
if: github.ref == 'refs/heads/main' # Only run this job if it is on the main branch
@joaoeliandro
joaoeliandro / Settings.json
Last active May 3, 2025 21:11
Configurações pessoais do meu VSCODE
{
"editor.suggestSelection": "first",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"[prisma]": {
"editor.defaultFormatter": "Prisma.prisma",
"editor.formatOnSave": true
},
"extensions.ignoreRecommendations": true,
@joaoeliandro
joaoeliandro / .editorconfig
Created July 6, 2020 06:10
My editor configs for vscode in Node, React and React Native
root = true
[*]
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf
@joaoeliandro
joaoeliandro / .zshrc
Last active June 21, 2020 04:49
My terminal configs
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH=$HOME/.oh-my-zsh
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes