[PR #322] [MERGED] 318 subtask setup linting and autoformatting for rewrite project #384

Closed
opened 2026-02-27 19:17:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/EddieTheCubeHead/Stagnum/pull/322
Author: @EddieTheCubeHead
Created: 5/22/2024
Status: Merged
Merged: 5/22/2024
Merged by: @EddieTheCubeHead

Base: masterHead: 318-subtask-setup-linting-and-autoformatting-for-rewrite-project


📝 Commits (5)

  • 8bd7768 #318 Improve eslint config and format existing files
  • 3628eeb #318 Install prettier, copy config from old client
  • 6d316cd #318 Update main README to reflect project state
  • abe140a #318 Switch to more modern eslint configuration, update some formatting rules
  • 78926b3 #318 Update README and eslint config

📊 Changes

15 files changed (+1172 additions, -213 deletions)

View changed files

📝 README.md (+2 -2)
clientRewrite/.eslintrc.cjs (+0 -18)
clientRewrite/.prettierrc.json (+10 -0)
📝 clientRewrite/README.md (+30 -21)
clientRewrite/eslint.config.cjs (+32 -0)
📝 clientRewrite/index.html (+10 -10)
📝 clientRewrite/package.json (+31 -27)
📝 clientRewrite/src/App.css (+23 -21)
📝 clientRewrite/src/App.tsx (+31 -29)
📝 clientRewrite/src/index.css (+47 -42)
📝 clientRewrite/src/main.tsx (+9 -8)
📝 clientRewrite/tsconfig.json (+21 -21)
📝 clientRewrite/tsconfig.node.json (+9 -9)
📝 clientRewrite/vite.config.ts (+3 -3)
📝 clientRewrite/yarn.lock (+914 -2)

📄 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/EddieTheCubeHead/Stagnum/pull/322 **Author:** [@EddieTheCubeHead](https://github.com/EddieTheCubeHead) **Created:** 5/22/2024 **Status:** ✅ Merged **Merged:** 5/22/2024 **Merged by:** [@EddieTheCubeHead](https://github.com/EddieTheCubeHead) **Base:** `master` ← **Head:** `318-subtask-setup-linting-and-autoformatting-for-rewrite-project` --- ### 📝 Commits (5) - [`8bd7768`](https://github.com/EddieTheCubeHead/Stagnum/commit/8bd7768efc580f5e99733d5888db811a5a9e6b0b) #318 Improve eslint config and format existing files - [`3628eeb`](https://github.com/EddieTheCubeHead/Stagnum/commit/3628eeba0c723f1a83f3cf2d581ea78a5340e87b) #318 Install prettier, copy config from old client - [`6d316cd`](https://github.com/EddieTheCubeHead/Stagnum/commit/6d316cd0dcd939c4b27f81a2ffc97e4a907d0814) #318 Update main README to reflect project state - [`abe140a`](https://github.com/EddieTheCubeHead/Stagnum/commit/abe140a9f3079df487c3aa176abed1e247d6836c) #318 Switch to more modern eslint configuration, update some formatting rules - [`78926b3`](https://github.com/EddieTheCubeHead/Stagnum/commit/78926b39ecff1a8a71fe04ce636524100245e3da) #318 Update README and eslint config ### 📊 Changes **15 files changed** (+1172 additions, -213 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -2) ➖ `clientRewrite/.eslintrc.cjs` (+0 -18) ➕ `clientRewrite/.prettierrc.json` (+10 -0) 📝 `clientRewrite/README.md` (+30 -21) ➕ `clientRewrite/eslint.config.cjs` (+32 -0) 📝 `clientRewrite/index.html` (+10 -10) 📝 `clientRewrite/package.json` (+31 -27) 📝 `clientRewrite/src/App.css` (+23 -21) 📝 `clientRewrite/src/App.tsx` (+31 -29) 📝 `clientRewrite/src/index.css` (+47 -42) 📝 `clientRewrite/src/main.tsx` (+9 -8) 📝 `clientRewrite/tsconfig.json` (+21 -21) 📝 `clientRewrite/tsconfig.node.json` (+9 -9) 📝 `clientRewrite/vite.config.ts` (+3 -3) 📝 `clientRewrite/yarn.lock` (+914 -2) </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-27 19:17:59 +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/Stagnum#384
No description provided.