Skip to content
View FabioVergani's full-sized avatar
🦏
Senior Frontend #FullRemote
🦏
Senior Frontend #FullRemote
Block or Report

Block or report FabioVergani

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
FabioVergani/README.md

DevOps
Hi 👋, I'm Fabio

I like art, design and typography ...and of course ❤️ Js.

MDN


brew install chromium --no-quarantine

// prettier-ignore

// .prettierrc { "printWidth": 80, "tabWidth": 2, "useTabs": true, "semi": true, "singleQuote": true, "trailingComma": "none", "bracketSpacing": true, "arrowParens": "avoid", "proseWrap": "preserve", "overrides": [ { "files": "*.css", "options": { "singleQuote": false, "useTabs": true, "tabWidth": 4 } } ] }

// edit terser options

{ compress: { global_defs: { DEBUG: true } }, mangle: false, output: { beautify: true, comments: true }, keep_classnames: true, keep_fnames: true }
// eslint
eslint-disable
global globalThis

#javascript#learningisfun#frontend#senior

linkedIn

monitorEvents(object [, events])

Pinned

  1. pathsOf pathsOf Public

    Get object paths to tree leafs

    JavaScript 1

  2. LazyStoresCollection LazyStoresCollection Public

    A class representing a lazy collector.

    JavaScript

  3. AbortablePromise AbortablePromise Public

    AbortablePromise is a Promise with the abitlity to be aborted

    JavaScript