Skip to content

Instantly share code, notes, and snippets.

View wachunei's full-sized avatar
🧔
being

Pedro Pablo Aste Kompen wachunei

🧔
being
View GitHub Profile
!.eslintrc.js

Primer Torneo de Penales DCCasino

Final y tercer lugar

Finalistas: @Killua y @Mahund Tercer lugar: @Maite y @Edu

TODO

@wachunei
wachunei / ._README.md
Last active February 8, 2023 12:47
Imprime tu carnet de vacunación
@wachunei
wachunei / .eslintrc.js
Last active February 2, 2023 17:21
Fintual Inbox Disable Moving Balance
module.exports = {
env: {
browser: true,
es6: true,
},
extends: ["airbnb-base", "plugin:prettier/recommended"],
globals: {
Atomics: "readonly",
SharedArrayBuffer: "readonly",
},