Skip to content

Instantly share code, notes, and snippets.

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

Abdiel Ortega jabdi13

🧑‍💻
HTML 🧡
View GitHub Profile
{
"env": {
"browser": true,
"es6": true,
"node": true
},
"extends": ["airbnb"],
"globals": {
"document": false,
"escape": false,
# Node template
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data
@nicobytes
nicobytes / steps.md
Last active November 9, 2020 00:41
Performance monitoring with Lighthouse CI

1. Install the Lighthouse CI CLI.

npm install -g @lhci/cli

2.