From 958d68fb146f84e7df8fca115a35847f862a2e9c Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Fri, 19 May 2023 12:46:33 +0300 Subject: [PATCH] eslintrc: Use a file-local `global` comment for module --- .eslintrc.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 4d4a2424f3e..e33a22c3fce 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,3 +1,4 @@ +/* global module */ module.exports = { env: { browser: true, @@ -47,8 +48,6 @@ module.exports = { "unicode-bom": "error", }, globals: { - // this file - module: "writable", //script.js gradioApp: "writable", onUiLoaded: "writable",