From e15f75cfc2e7d9dc375c2a449bc75fc9f22d3dd5 Mon Sep 17 00:00:00 2001 From: Sean Doherty Date: Sun, 17 May 2026 02:46:23 -0500 Subject: [PATCH] add Prettier 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..7666ab30 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: "Prettier", + imageSrc: "https://avatars.githubusercontent.com/u/25822731?v=4", + projectLink: "https://github.com/prettier/prettier/contribute", + description: "Prettier is an opinionated code formatter for consistent project style.", + tags: ["JavaScript", "TypeScript", "Formatting", "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 +];