mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-21 16:15:24 -04:00
[PR #37] [MERGED] feat: add eslint and prettier #187
Reference in New Issue
Block a user
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/Drop-OSS/drop/pull/37
Author: @Huskydog9988
Created: 4/13/2025
Status: ✅ Merged
Merged: 4/18/2025
Merged by: @DecDuck
Base:
develop← Head:eslint📝 Commits (10+)
ff1255ffeat: add eslint and prettierd4b89b5fix: inital eslint errors86c2d00feat: add lint ci jobe362f73fix: more eslint issues8f429e1fix: eslint errors, switch to using maps8e109ddfix: more eslint stuffd361e01fix: last eslint errors87215c4chore: prettier pass456902cfix: type error in $dropFetch582acfbfix: missing components errors📊 Changes
178 files changed (+3151 additions, -1682 deletions)
View changed files
📝
.github/workflows/ci.yml(+21 -0)📝
.github/workflows/release.yml(+1 -1)➕
.prettierignore(+1 -0)📝
CONTRIBUTING.md(+17 -10)📝
SECURITY.md(+1 -0)📝
app.vue(+1 -0)📝
assets/core.scss(+2 -2)📝
assets/tailwindcss.css(+1 -1)📝
build/fix-prisma.js(+1 -0)📝
changelog.md(+8 -10)📝
components/AccountSidebar.vue(+1 -1)📝
components/AddLibraryButton.vue(+15 -13)📝
components/CarouselPagination.vue(+5 -6)📝
components/CreateCollectionModal.vue(+5 -5)📝
components/DeleteCollectionModal.vue(+8 -7)📝
components/DeleteNewsModal.vue(+9 -6)➕
components/DropLogo.vue(+14 -0)➕
components/DropWordmark.vue(+18 -0)📝
components/GameCarousel.vue(+3 -3)📝
components/GamePanel.vue(+1 -1)...and 80 more files
📄 Description
tracking changes necessary to pass all eslint rules
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.