[PR #102] [MERGED] Configure ESLint & Prettier + write security rules for Firestore & Storage #145

Closed
opened 2026-03-23 20:32:13 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RADar-AZDelta/Keun/pull/102
Author: @BostoenToby
Created: 12/12/2023
Status: Merged
Merged: 12/12/2023
Merged by: @BostoenToby

Base: devHead: dev-Toby


📝 Commits (3)

  • 550990b config eslint & prettier
  • 16370c4 install prettier plugin to sort imports
  • 2c7bdc4 update firestore & storage rules

📊 Changes

55 files changed (+1062 additions, -908 deletions)

View changed files

.eslintrc.cjs (+0 -50)
.eslintrc.json (+30 -0)
📝 .github/workflows/deploy.yml (+2 -2)
📝 .prettierrc (+1 -2)
📝 .vscode/launch.json (+14 -14)
📝 .vscode/settings.json (+6 -7)
📝 README.md (+4 -1)
📝 bearer.yml (+23 -23)
📝 cloudbuild.yaml (+39 -40)
📝 firebase.json (+1 -5)
📝 firestore.rules (+68 -45)
📝 package.json (+6 -5)
📝 playwright.config.ts (+7 -7)
📝 pnpm-lock.yaml (+22 -2)
📝 public/index.html (+81 -27)
📝 src/app.d.ts (+5 -6)
📝 src/app.html (+10 -10)
📝 src/hooks.server.ts (+11 -14)
📝 src/lib/components/Types.d.ts (+1 -5)
📝 src/lib/components/extra/Header.svelte (+16 -2)

...and 35 more files

📄 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/RADar-AZDelta/Keun/pull/102 **Author:** [@BostoenToby](https://github.com/BostoenToby) **Created:** 12/12/2023 **Status:** ✅ Merged **Merged:** 12/12/2023 **Merged by:** [@BostoenToby](https://github.com/BostoenToby) **Base:** `dev` ← **Head:** `dev-Toby` --- ### 📝 Commits (3) - [`550990b`](https://github.com/RADar-AZDelta/Keun/commit/550990ba245dc98002f3f4dec4666aa4dadf6860) config eslint & prettier - [`16370c4`](https://github.com/RADar-AZDelta/Keun/commit/16370c405f129f2636748e77e9137fa7d71b0f7f) install prettier plugin to sort imports - [`2c7bdc4`](https://github.com/RADar-AZDelta/Keun/commit/2c7bdc483fa14f387043d90971919c450c13d0f7) update firestore & storage rules ### 📊 Changes **55 files changed** (+1062 additions, -908 deletions) <details> <summary>View changed files</summary> ➖ `.eslintrc.cjs` (+0 -50) ➕ `.eslintrc.json` (+30 -0) 📝 `.github/workflows/deploy.yml` (+2 -2) 📝 `.prettierrc` (+1 -2) 📝 `.vscode/launch.json` (+14 -14) 📝 `.vscode/settings.json` (+6 -7) 📝 `README.md` (+4 -1) 📝 `bearer.yml` (+23 -23) 📝 `cloudbuild.yaml` (+39 -40) 📝 `firebase.json` (+1 -5) 📝 `firestore.rules` (+68 -45) 📝 `package.json` (+6 -5) 📝 `playwright.config.ts` (+7 -7) 📝 `pnpm-lock.yaml` (+22 -2) 📝 `public/index.html` (+81 -27) 📝 `src/app.d.ts` (+5 -6) 📝 `src/app.html` (+10 -10) 📝 `src/hooks.server.ts` (+11 -14) 📝 `src/lib/components/Types.d.ts` (+1 -5) 📝 `src/lib/components/extra/Header.svelte` (+16 -2) _...and 35 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 20:32:13 +00: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
RADar-AZDelta/archived-Keun#145
No description provided.