ntfy/web
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
..
public Width, again 2023-05-23 20:16:29 -04:00
src Make manual eslint fixes 2023-05-24 12:58:48 +02:00
.eslintignore Add eslint with eslint-config-airbnb 2023-05-24 12:51:52 +02:00
.eslintrc Add eslint with eslint-config-airbnb 2023-05-24 12:51:52 +02:00
.prettierignore Add eslint with eslint-config-airbnb 2023-05-24 12:51:52 +02:00
package-lock.json Add eslint with eslint-config-airbnb 2023-05-24 12:51:52 +02:00
package.json Add eslint with eslint-config-airbnb 2023-05-24 12:51:52 +02:00