ntfy/web/src
nimbleghost 59011c8a32 Make manual eslint fixes
These are safe fixes, more complicated fixes can be done separately
(just disabled those errors for now).

- Reorder declarations to fix `no-use-before-define`
- Rename parameters for `no-shadow`
- Remove unused parameters, functions, imports
- Switch from `++` and `—` to `+= 1` and `-= 1` for `no-unary`
- Use object spreading instead of parameter reassignment in auth utils
- Use `window.location` instead of `location` global
- Use inline JSX strings instead of unescaped values
-
2023-05-24 12:58:48 +02:00
..
app Make manual eslint fixes 2023-05-24 12:58:48 +02:00
components Make manual eslint fixes 2023-05-24 12:58:48 +02:00
img Fix UI bug with publish dialog 2023-02-11 14:13:10 -05:00
sounds Switched Pop and Pop Swoosh sounds, closes #352 2022-07-04 14:36:37 -04:00
index.jsx Add `.jsx` filename extension 2023-05-24 12:51:53 +02:00