[PR #2631] [MERGED] chore(frontend): enable vue/multi-word-component-names with legacy allowlist #8415

Closed
opened 2026-04-20 18:12:13 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/2631
Author: @tink-bot
Created: 4/15/2026
Status: Merged
Merged: 4/15/2026
Merged by: @kolaente

Base: mainHead: chore-multi-word-component-names


📝 Commits (1)

  • dbbdc95 chore(frontend): enable vue/multi-word-component-names with legacy allowlist

📊 Changes

1 file changed (+56 additions, -1 deletions)

View changed files

📝 frontend/eslint.config.js (+56 -1)

📄 Description

Re-enables the vue/multi-word-component-names ESLint rule as error with an allowlist of the 50 existing single-word components. New components must now follow the Vue style guide; existing names are grandfathered in to avoid a sweeping rename touching hundreds of call sites.

Fixes #500


🔄 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/go-vikunja/vikunja/pull/2631 **Author:** [@tink-bot](https://github.com/tink-bot) **Created:** 4/15/2026 **Status:** ✅ Merged **Merged:** 4/15/2026 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `chore-multi-word-component-names` --- ### 📝 Commits (1) - [`dbbdc95`](https://github.com/go-vikunja/vikunja/commit/dbbdc956bb69eb9ed64de545a9c8f44bddf021f2) chore(frontend): enable vue/multi-word-component-names with legacy allowlist ### 📊 Changes **1 file changed** (+56 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `frontend/eslint.config.js` (+56 -1) </details> ### 📄 Description Re-enables the `vue/multi-word-component-names` ESLint rule as `error` with an allowlist of the 50 existing single-word components. New components must now follow the Vue style guide; existing names are grandfathered in to avoid a sweeping rename touching hundreds of call sites. Fixes #500 --- <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-20 18:12:13 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#8415