mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[PR #748] [MERGED] Add eslint with eslint-config-airbnb #1404
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#1404
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/binwiederhier/ntfy/pull/748
Author: @nimbleghost
Created: 5/24/2023
Status: ✅ Merged
Merged: 5/25/2023
Merged by: @binwiederhier
Base:
main← Head:add-eslint📝 Commits (7)
d7eb120Add eslint with eslint-config-airbnbf558b4dAdd.jsxfilename extension8319f1cRun eslint autofixes59011c8Make manual eslint fixes951c907Add eslint commits to .git-blame-ignore-revs9ebeb7fFix mui inputProps7ccc5beFix jsx key issue📊 Changes
46 files changed (+878 additions, -787 deletions)
View changed files
📝
.git-blame-ignore-revs(+4 -0)📝
Makefile(+4 -1)➕
web/.eslintignore(+1 -0)➕
web/.eslintrc(+31 -0)📝
web/.prettierignore(+1 -0)📝
web/package-lock.json(+82 -19)📝
web/package.json(+13 -5)📝
web/src/app/AccountApi.js(+26 -25)📝
web/src/app/Api.js(+6 -5)📝
web/src/app/Connection.js(+9 -7)📝
web/src/app/ConnectionManager.js(+9 -10)📝
web/src/app/Notifier.js(+2 -2)📝
web/src/app/Poller.js(+2 -0)📝
web/src/app/SubscriptionManager.js(+22 -14)📝
web/src/app/config.js(+1 -1)📝
web/src/app/errors.js(+37 -32)📝
web/src/app/utils.js(+70 -83)📝
web/src/components/Account.jsx(+42 -52)📝
web/src/components/ActionBar.jsx(+8 -8)📝
web/src/components/App.jsx(+36 -36)...and 26 more files
📄 Description
(Please look at the individual commit descriptions for more context)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.