diff options
Diffstat (limited to 'eslint.config.js')
| -rw-r--r-- | eslint.config.js | 26 |
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', |