Skip to content

Instantly share code, notes, and snippets.

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

Ernesto Cruz NetoCruz

🏠
Working from home
View GitHub Profile
@NetoCruz
NetoCruz / .eslintrc
Last active January 14, 2020 00:37
eslintrc
{
"env": {
"browser": true,
"es6": true,
"node": true
},
"extends": ["airbnb"],
"globals": {
"document": false,
"escape": false,
@NetoCruz
NetoCruz / .gitignore
Created January 14, 2020 00:44
gitignore
# Node template
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data