From 07d75319562ec49b0c6d49197ff49ac988c2f662 Mon Sep 17 00:00:00 2001 From: Sean Doherty Date: Sun, 17 May 2026 02:42:47 -0500 Subject: [PATCH] add ESLint project suggestion --- src/data/projects.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/data/projects.js b/src/data/projects.js index e560c69b..a01cb073 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -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", @@ -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"], }, -]; \ No newline at end of file +];