summaryrefslogtreecommitdiff
path: root/eslint.config.js
diff options
context:
space:
mode:
authorsupahgreg <supahgreg@users.noreply.github.com>2025-10-12 21:02:39 +0000
committersupahgreg <supahgreg@users.noreply.github.com>2025-10-12 21:34:29 +0000
commit39182a76e4070d3b92af10bf609fef8151bce6e4 (patch)
tree806c6e1b1ab421a2631f5e9062a8988480f8ba31 /eslint.config.js
parent1299d632bdc8b676d3fc2114a1788a2f8f63597c (diff)
Address ESLint rule 'eqeqeq'.
https://eslint.org/docs/latest/rules/eqeqeq
Diffstat (limited to 'eslint.config.js')
-rw-r--r--eslint.config.js26
1 files changed, 6 insertions, 20 deletions
diff --git a/eslint.config.js b/eslint.config.js
index f1fc76d28..a42b6d0e3 100644
--- a/eslint.config.js
+++ b/eslint.config.js
@@ -21,29 +21,15 @@ export default [
clearInterval: 'readonly',
fetch: 'readonly',
XMLHttpRequest: 'readonly',
+ FormData: 'readonly',
+ URLSearchParams: 'readonly',
localStorage: 'readonly',
+ sessionStorage: 'readonly',
location: 'readonly',
history: 'readonly',
-
- // tt-rss
- App: 'writable',
- Article: 'writable',
- CommonDialogs: 'writable',
- CommonFilters: 'writable',
- Feeds: 'writable',
- FeedStoreModel: 'writable',
- FeedTree: 'writable',
- Headlines: 'writable',
- PluginHost: 'writable',
- PrefFeedStore: 'writable',
- PrefFeedTree: 'writable',
- PrefFilterStore: 'writable',
- PrefFilterTree: 'writable',
- PrefHelpers: 'writable',
- PrefLabelTree: 'writable',
- PrefUsers: 'writable',
- SingleUseDialog: 'writable',
- Toolbar: 'writable',
+ navigator: 'readonly',
+ Event: 'readonly',
+ CustomEvent: 'readonly',
// Dojo
dojo: 'readonly',