[PR #314] [MERGED] fix: removed unnecessary whitespace before className #869

Closed
opened 2026-02-26 19:30:49 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/314
Author: @adithyaakrishna
Created: 8/27/2023
Status: Merged
Merged: 8/30/2023
Merged by: @Mythie

Base: feat/refreshHead: fix/whitespace


📝 Commits (9)

  • c7001e6 fix: removed unnecessary whitespace
  • c817c67 fix: removed more unnecessary whitespace
  • fad6414 fix: duplicate import
  • 090752c feat: added new eslint rules
  • 829122c feat: added eslint plugin dependencies
  • aad52a3 fix: updated eslint config
  • e8336ae chore: removed eslint-plugin-import
  • 3df0f61 Merge branch 'feat/refresh' into fix/whitespace
  • 0abd3da fix: update eslint rules

📊 Changes

11 files changed (+244 additions, -387 deletions)

View changed files

📝 apps/web/src/components/(dashboard)/layout/desktop-nav.tsx (+1 -1)
📝 apps/web/src/pages/api/document/create.ts (+1 -2)
📝 package-lock.json (+216 -377)
📝 package.json (+1 -1)
📝 packages/eslint-config/index.cjs (+16 -1)
📝 packages/eslint-config/package.json (+2 -1)
packages/prisma/tsconfig.json (+5 -0)
📝 packages/tailwind-config/package.json (+0 -1)
📝 packages/trpc/server/auth-router/schema.ts (+0 -1)
📝 packages/ui/primitives/card.tsx (+1 -1)
📝 packages/ui/primitives/navigation-menu.tsx (+1 -1)

📄 Description

Description:

This PR removes unnecessary white space before or after the class names

Thought: How about we add an eslint rule, specifically this, https://eslint.org/docs/latest/rules/no-multi-spaces


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/documenso/documenso/pull/314 **Author:** [@adithyaakrishna](https://github.com/adithyaakrishna) **Created:** 8/27/2023 **Status:** ✅ Merged **Merged:** 8/30/2023 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `feat/refresh` ← **Head:** `fix/whitespace` --- ### 📝 Commits (9) - [`c7001e6`](https://github.com/documenso/documenso/commit/c7001e62f34b7e0592a7d143f51e9266e03ddc57) fix: removed unnecessary whitespace - [`c817c67`](https://github.com/documenso/documenso/commit/c817c67a1c6df2f56e91ad6aac0c289411178509) fix: removed more unnecessary whitespace - [`fad6414`](https://github.com/documenso/documenso/commit/fad641499546dd387afd66119eac05aeb57f8b17) fix: duplicate import - [`090752c`](https://github.com/documenso/documenso/commit/090752c539f3f803e12d4622afb9a7881d168daa) feat: added new eslint rules - [`829122c`](https://github.com/documenso/documenso/commit/829122c486baed19b7d8ff37457365efa94aefeb) feat: added eslint plugin dependencies - [`aad52a3`](https://github.com/documenso/documenso/commit/aad52a3e2e3fb96b315e4898b9c2821383d7e98a) fix: updated eslint config - [`e8336ae`](https://github.com/documenso/documenso/commit/e8336ae9b40952b003d065a2d47a7896e2fd769b) chore: removed eslint-plugin-import - [`3df0f61`](https://github.com/documenso/documenso/commit/3df0f619478c6f952f2af5ce08b26f992a671c8b) Merge branch 'feat/refresh' into fix/whitespace - [`0abd3da`](https://github.com/documenso/documenso/commit/0abd3da7fd52e54128541abcc9270fc9e7c60c3d) fix: update eslint rules ### 📊 Changes **11 files changed** (+244 additions, -387 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/src/components/(dashboard)/layout/desktop-nav.tsx` (+1 -1) 📝 `apps/web/src/pages/api/document/create.ts` (+1 -2) 📝 `package-lock.json` (+216 -377) 📝 `package.json` (+1 -1) 📝 `packages/eslint-config/index.cjs` (+16 -1) 📝 `packages/eslint-config/package.json` (+2 -1) ➕ `packages/prisma/tsconfig.json` (+5 -0) 📝 `packages/tailwind-config/package.json` (+0 -1) 📝 `packages/trpc/server/auth-router/schema.ts` (+0 -1) 📝 `packages/ui/primitives/card.tsx` (+1 -1) 📝 `packages/ui/primitives/navigation-menu.tsx` (+1 -1) </details> ### 📄 Description **Description:** This PR removes unnecessary white space before or after the class names Thought: How about we add an eslint rule, specifically this, https://eslint.org/docs/latest/rules/no-multi-spaces --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:30:49 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#869
No description provided.