Skip to content

Instantly share code, notes, and snippets.

View onlyabdiel's full-sized avatar
🧑‍💻
React 💙

Abdiel Ortega onlyabdiel

🧑‍💻
React 💙
View GitHub Profile
@onlyabdiel
onlyabdiel / gitignore
Created February 16, 2020 19:35 — forked from gndx/gitignore
# Node template
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data
@onlyabdiel
onlyabdiel / eslintrc
Created February 16, 2020 19:30 — forked from gndx/eslintrc
{
"env": {
"browser": true,
"es6": true,
"node": true
},
"extends": ["airbnb"],
"globals": {
"document": false,
"escape": false,