mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 06:05:49 +03:00
[PR #322] [MERGED] 318 subtask setup linting and autoformatting for rewrite project #384
Labels
No labels
bug
bug
client
design
documentation
feature
feature
infrastructure
pull-request
ready for development
server
server
spike
technical work
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Stagnum#384
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:318-subtask-setup-linting-and-autoformatting-for-rewrite-project📝 Commits (5)
8bd7768#318 Improve eslint config and format existing files3628eeb#318 Install prettier, copy config from old client6d316cd#318 Update main README to reflect project stateabe140a#318 Switch to more modern eslint configuration, update some formatting rules78926b3#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.