[PR #748] [MERGED] Add eslint with eslint-config-airbnb #1404

Closed
opened 2026-05-07 01:01:57 +02:00 by BreizhHardware · 0 comments

📋 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: mainHead: add-eslint


📝 Commits (7)

  • d7eb120 Add eslint with eslint-config-airbnb
  • f558b4d Add .jsx filename extension
  • 8319f1c Run eslint autofixes
  • 59011c8 Make manual eslint fixes
  • 951c907 Add eslint commits to .git-blame-ignore-revs
  • 9ebeb7f Fix mui inputProps
  • 7ccc5be Fix 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.

## 📋 Pull Request Information **Original PR:** https://github.com/binwiederhier/ntfy/pull/748 **Author:** [@nimbleghost](https://github.com/nimbleghost) **Created:** 5/24/2023 **Status:** ✅ Merged **Merged:** 5/25/2023 **Merged by:** [@binwiederhier](https://github.com/binwiederhier) **Base:** `main` ← **Head:** `add-eslint` --- ### 📝 Commits (7) - [`d7eb120`](https://github.com/binwiederhier/ntfy/commit/d7eb1206fe3b4d78ea90e4d5d0fb3a3c35254ac8) Add eslint with eslint-config-airbnb - [`f558b4d`](https://github.com/binwiederhier/ntfy/commit/f558b4dbe9bb5b9e0e87fada1215de2558353173) Add `.jsx` filename extension - [`8319f1c`](https://github.com/binwiederhier/ntfy/commit/8319f1cf26113167fb29fe12edaff5db74caf35f) Run eslint autofixes - [`59011c8`](https://github.com/binwiederhier/ntfy/commit/59011c8a32b210448f391277a735e0c2d5f7f11e) Make manual eslint fixes - [`951c907`](https://github.com/binwiederhier/ntfy/commit/951c90763afa4f7b2341f9220f4c1719efbf26d3) Add eslint commits to .git-blame-ignore-revs - [`9ebeb7f`](https://github.com/binwiederhier/ntfy/commit/9ebeb7f12fb7bcf37d2241c28c71d21300631db8) Fix mui inputProps - [`7ccc5be`](https://github.com/binwiederhier/ntfy/commit/7ccc5be9b42f41a6e9877d44d988d7256d45548d) Fix jsx key issue ### 📊 Changes **46 files changed** (+878 additions, -787 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description (Please look at the individual commit descriptions for more context) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 01:01:57 +02: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/ntfy#1404
No description provided.