diff options
-rw-r--r-- | .eslintrc.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.eslintrc.js b/.eslintrc.js index 4d4a2424..e33a22c3 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", |