[PR #1006] [MERGED] feat: improve lint-staged performance #1316

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1006
Author: @G3root
Created: 3/8/2024
Status: Merged
Merged: 3/18/2024
Merged by: @Mythie

Base: mainHead: improve-lint


📝 Commits (8)

📊 Changes

6 files changed (+1552 additions, -509 deletions)

View changed files

📝 .vscode/settings.json (+3 -1)
📝 lint-staged.config.cjs (+11 -3)
📝 package-lock.json (+1526 -490)
📝 package.json (+2 -2)
📝 packages/eslint-config/index.cjs (+2 -3)
📝 packages/eslint-config/package.json (+8 -10)

📄 Description

Right now, the eslint command runs separately for each staged file. This PR aims to change that by running just one eslint command for all the files that have been changed.


🔄 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/1006 **Author:** [@G3root](https://github.com/G3root) **Created:** 3/8/2024 **Status:** ✅ Merged **Merged:** 3/18/2024 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `improve-lint` --- ### 📝 Commits (8) - [`8afe669`](https://github.com/documenso/documenso/commit/8afe6699785b51f8abb5fa937418430b79a6df75) feat: improve lint staged performance - [`c463d5a`](https://github.com/documenso/documenso/commit/c463d5a0ed82bc82317e10bc7baa5b2e73f79d63) fix: add double quote - [`d462ca0`](https://github.com/documenso/documenso/commit/d462ca0b462c6317c3eba0e19d7a96ec3ea0752f) feat: remove prettier plugin - [`7631c6e`](https://github.com/documenso/documenso/commit/7631c6e90ee3b4ea7b4cc8d1cc585f6ea98480b2) feat: add prettier to lint - [`19714fb`](https://github.com/documenso/documenso/commit/19714fb807a2a1496e26ca82f4c3c3c2cfad5d36) feat: update packages - [`62b4a13`](https://github.com/documenso/documenso/commit/62b4a13d4d908e97438496c7a50edd9fa4eb3c49) feat: upgrade packages - [`b972056`](https://github.com/documenso/documenso/commit/b972056c8f12d0006a9ac7e85cad9ccd43cf683f) Merge branch 'main' into improve-lint - [`de9c9f4`](https://github.com/documenso/documenso/commit/de9c9f4aabf8282a314131ce213c163f327c1800) chore: tidying ### 📊 Changes **6 files changed** (+1552 additions, -509 deletions) <details> <summary>View changed files</summary> 📝 `.vscode/settings.json` (+3 -1) 📝 `lint-staged.config.cjs` (+11 -3) 📝 `package-lock.json` (+1526 -490) 📝 `package.json` (+2 -2) 📝 `packages/eslint-config/index.cjs` (+2 -3) 📝 `packages/eslint-config/package.json` (+8 -10) </details> ### 📄 Description Right now, the eslint command runs separately for each staged file. This PR aims to change that by running just one eslint command for all the files that have been changed. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:32:45 +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#1316
No description provided.