Skip to content

Instantly share code, notes, and snippets.

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

Javier Almarza JajoScript

🏠
Working from home
  • Anticipa
  • Santiago de Chile
  • 01:21 (UTC -04:00)
View GitHub Profile
@JajoScript
JajoScript / .eslintrc
Last active August 2, 2021 13:47 — forked from gndx/eslintrc
{
"env": {
"browser": true,
"es6": true,
"node": true
},
"extends": ["airbnb"],
"globals": {
"document": false,
"escape": false,