[PR #6400] [MERGED] lint: enable linter in docs and fix issues #40926

Closed
opened 2026-04-23 13:43:43 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/6400
Author: @MatissJanis
Created: 12/13/2025
Status: Merged
Merged: 12/13/2025
Merged by: @MatissJanis

Base: masterHead: matiss/docs-lint


📝 Commits (1)

  • 38b8122 lint: enable linter in docs and fix issues

📊 Changes

13 files changed (+36 additions, -12 deletions)

View changed files

📝 .oxlintrc.json (+0 -1)
📝 eslint.config.mjs (+9 -3)
packages/docs/.oxlintrc.json (+6 -0)
📝 packages/docs/docs/api/APIList.jsx (+1 -1)
📝 packages/docs/docs/api/types.jsx (+2 -2)
📝 packages/docs/src/components/Button.jsx (+2 -0)
📝 packages/docs/src/components/HomepageFeatures/index.jsx (+2 -0)
📝 packages/docs/src/components/Image.jsx (+1 -0)
📝 packages/docs/src/components/Key.jsx (+3 -2)
📝 packages/docs/src/pages/index.jsx (+1 -1)
📝 packages/docs/src/remark/mentions.js (+1 -1)
📝 packages/docs/src/theme/MDXComponents.js (+2 -1)
upcoming-release-notes/6400.md (+6 -0)

📄 Description

  • Removed temporary ignores for the docs package.
  • Updated linting rules for the docs package to improve code quality.
  • Refactored variable declarations from let to const for better consistency.
  • Added a new configuration file for oxlint in the docs directory.
  • Made minor formatting adjustments across various components.

🔄 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/actualbudget/actual/pull/6400 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 12/13/2025 **Status:** ✅ Merged **Merged:** 12/13/2025 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/docs-lint` --- ### 📝 Commits (1) - [`38b8122`](https://github.com/actualbudget/actual/commit/38b8122b879134c3347e3004798fef33f3882c0d) lint: enable linter in docs and fix issues ### 📊 Changes **13 files changed** (+36 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `.oxlintrc.json` (+0 -1) 📝 `eslint.config.mjs` (+9 -3) ➕ `packages/docs/.oxlintrc.json` (+6 -0) 📝 `packages/docs/docs/api/APIList.jsx` (+1 -1) 📝 `packages/docs/docs/api/types.jsx` (+2 -2) 📝 `packages/docs/src/components/Button.jsx` (+2 -0) 📝 `packages/docs/src/components/HomepageFeatures/index.jsx` (+2 -0) 📝 `packages/docs/src/components/Image.jsx` (+1 -0) 📝 `packages/docs/src/components/Key.jsx` (+3 -2) 📝 `packages/docs/src/pages/index.jsx` (+1 -1) 📝 `packages/docs/src/remark/mentions.js` (+1 -1) 📝 `packages/docs/src/theme/MDXComponents.js` (+2 -1) ➕ `upcoming-release-notes/6400.md` (+6 -0) </details> ### 📄 Description - Removed temporary ignores for the docs package. - Updated linting rules for the docs package to improve code quality. - Refactored variable declarations from `let` to `const` for better consistency. - Added a new configuration file for oxlint in the docs directory. - Made minor formatting adjustments across various components. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-23 13:43:43 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#40926