Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion src/data/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,13 @@ export const projectList = [
"Pug is a high-performance template engine heavily influenced by Haml and implemented with JavaScript for Node.js and browsers.",
tags: ["JavaScript", "HTML", "Node.js", "Template Engine"],
},
{
name: "ESLint",
imageSrc: "https://avatars.githubusercontent.com/u/6019716?v=4",
projectLink: "https://github.com/eslint/eslint/contribute",
description: "ESLint helps developers find and fix problems in JavaScript and TypeScript code.",
tags: ["JavaScript", "TypeScript", "Linting", "Developer Tools"],
},
{
name: "Elasticsearch",
imageSrc: "https://avatars2.githubusercontent.com/u/6764390?v=3&s=100",
Expand Down Expand Up @@ -1458,4 +1465,4 @@ export const projectList = [
description: "Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy.",
tags: ["Python", "Automation", "Configuration Management"],
},
];
];