Skip to content

Instantly share code, notes, and snippets.

View jabdi13's full-sized avatar
🧑‍💻
HTML 🧡

Abdiel Ortega jabdi13

🧑‍💻
HTML 🧡
View GitHub Profile
@jabdi13
jabdi13 / 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
@jabdi13
jabdi13 / 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,