summaryrefslogtreecommitdiff
path: root/js/App.js
diff options
context:
space:
mode:
authorsupahgreg <supahgreg@users.noreply.github.com>2025-10-12 22:26:51 +0000
committersupahgreg <supahgreg@users.noreply.github.com>2025-10-12 22:27:18 +0000
commitcde120b3d730dfb56fa59759bb9a7369584f551c (patch)
treec1c7ec460b87e0551bdf4fe00ca98bac565601f2 /js/App.js
parent7211d3468456bc770f227432e98be13bf7d7d42a (diff)
Clean up unnecessary eslint-disable directives (per ESLint).
Diffstat (limited to 'js/App.js')
-rw-r--r--js/App.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/App.js b/js/App.js
index 80fbabe82..0adf291c2 100644
--- a/js/App.js
+++ b/js/App.js
@@ -1,6 +1,5 @@
'use strict';
-/* eslint-disable new-cap */
/* global __, Article, Headlines, Filters, fox */
/* global xhr, PluginHost, Notify, Feeds, Cookie */
/* global CommonDialogs, Plugins */