[PR #559] [MERGED] Add js linters #582

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

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/559
Author: @vitormattos
Created: 5/12/2023
Status: Merged
Merged: 5/15/2023
Merged by: @vitormattos

Base: masterHead: feature/add-js-linters


📝 Commits (3)

📊 Changes

15 files changed (+10905 additions, -4216 deletions)

View changed files

.eslintrc.js (+8 -0)
📝 package-lock.json (+10728 -3969)
📝 package.json (+10 -1)
📝 src/components/GatewaySettings.vue (+97 -98)
src/components/L10n.vue (+0 -14)
📝 src/components/SignalInstructions.vue (+3 -3)
📝 src/components/TelegramInstructions.vue (+4 -5)
📝 src/components/XMPPInstructions.vue (+10 -10)
📝 src/main.js (+9 -9)
src/service/registration.js (+0 -74)
📝 src/views/SMSSettings.vue (+6 -6)
📝 src/views/SignalSettings.vue (+9 -9)
📝 src/views/TelegramSettings.vue (+9 -9)
📝 src/views/XMPPSettings.vue (+9 -9)
stylelint.config.js (+3 -0)

📄 Description

No description provided


🔄 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/nextcloud/twofactor_gateway/pull/559 **Author:** [@vitormattos](https://github.com/vitormattos) **Created:** 5/12/2023 **Status:** ✅ Merged **Merged:** 5/15/2023 **Merged by:** [@vitormattos](https://github.com/vitormattos) **Base:** `master` ← **Head:** `feature/add-js-linters` --- ### 📝 Commits (3) - [`eef582d`](https://github.com/nextcloud/twofactor_gateway/commit/eef582dd7d33a07f65b27aa992e3775fee8b3166) Add linters to JS - [`e8bc3a2`](https://github.com/nextcloud/twofactor_gateway/commit/e8bc3a25492e962d047f5929ed342ea93d759484) Run npm lint:fix - [`81ee6f9`](https://github.com/nextcloud/twofactor_gateway/commit/81ee6f9cb0c23c645fc5a3ff5f4d09ec51657a5c) Fix codes that lint:fix can't fix ### 📊 Changes **15 files changed** (+10905 additions, -4216 deletions) <details> <summary>View changed files</summary> ➕ `.eslintrc.js` (+8 -0) 📝 `package-lock.json` (+10728 -3969) 📝 `package.json` (+10 -1) 📝 `src/components/GatewaySettings.vue` (+97 -98) ➖ `src/components/L10n.vue` (+0 -14) 📝 `src/components/SignalInstructions.vue` (+3 -3) 📝 `src/components/TelegramInstructions.vue` (+4 -5) 📝 `src/components/XMPPInstructions.vue` (+10 -10) 📝 `src/main.js` (+9 -9) ➖ `src/service/registration.js` (+0 -74) 📝 `src/views/SMSSettings.vue` (+6 -6) 📝 `src/views/SignalSettings.vue` (+9 -9) 📝 `src/views/TelegramSettings.vue` (+9 -9) 📝 `src/views/XMPPSettings.vue` (+9 -9) ➕ `stylelint.config.js` (+3 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 06:31:30 +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/twofactor_gateway-nextcloud#582
No description provided.