]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Use modern ESLint globals definition 4700/head
authormoisseev <moiseev@mezonplus.ru>
Tue, 14 Nov 2023 09:57:46 +0000 (12:57 +0300)
committermoisseev <moiseev@mezonplus.ru>
Tue, 14 Nov 2023 09:57:46 +0000 (12:57 +0300)
interface/js/app/graph.js
interface/js/app/history.js
interface/js/app/rspamd.js
interface/js/app/stats.js
interface/js/app/symbols.js
interface/js/main.js

index 3e4983a71da73ab1466f54d5625747be9413cf14..16fb338a21e9d88a88bf8d0e73ce485666aaae1a 100644 (file)
@@ -23,7 +23,7 @@
  THE SOFTWARE.
  */
 
-/* global d3:false, FooTable:false */
+/* global d3, FooTable */
 
 define(["jquery", "d3evolution", "d3pie", "footable"],
     function ($, D3Evolution, D3Pie) {
index a00d45eee1f764a6863fef02e88c3a02449e3740..3770f94573682e5a0d1654494c88cefac9299569 100644 (file)
@@ -22,7 +22,7 @@
  THE SOFTWARE.
  */
 
-/* global d3:false FooTable:false */
+/* global d3, FooTable */
 
 define(["jquery", "footable"],
     function ($) {
index eca4a7dfeaa5cd0f7425c9632b5147a621881db3..634dfcd1d6d96a94f3e50ca4b67c9c0ddfa7a85a 100644 (file)
@@ -23,7 +23,7 @@
  THE SOFTWARE.
  */
 
-/* global jQuery:false, FooTable:false, Visibility:false */
+/* global jQuery, FooTable, Visibility */
 
 define(["jquery", "visibility", "nprogress", "stickytabs", "app/stats", "app/graph", "app/config",
     "app/symbols", "app/history", "app/upload", "app/selectors"],
index a00b99b62d49f6183015c90fbfaeb9e4b127594e..d023f955e581f79bb2db03f9d6eaaff18f5f98dc 100644 (file)
@@ -22,7 +22,7 @@
  THE SOFTWARE.
  */
 
-/* global d3:false */
+/* global d3 */
 
 define(["jquery", "d3pie"],
     function ($, D3Pie) {
index 5f6d7903b71b408e5646b1c18fdc8da88265f30d..ed9966b34f2019e1c64d6efe3461c321e1c29050 100644 (file)
@@ -22,7 +22,7 @@
  THE SOFTWARE.
  */
 
-/* global FooTable:false */
+/* global FooTable */
 
 define(["jquery", "footable"],
     function ($) {
index 4182bb2bccd325bd5eab47cd2a251b6edf723790..3b0b8de150de7dabbda4743f8455eb20866d63c0 100644 (file)
@@ -1,4 +1,4 @@
-/* global d3:true, require:false, requirejs:false */ // eslint-disable-line no-unused-vars
+/* global d3:writable, require, requirejs */ // eslint-disable-line no-unused-vars
 
 requirejs.config({
     baseUrl: "js/lib",