Commit 958d68fb authored by Aarni Koskela's avatar Aarni Koskela

eslintrc: Use a file-local `global` comment for module

parent 208f066e
/* global module */
module.exports = { module.exports = {
env: { env: {
browser: true, browser: true,
...@@ -47,8 +48,6 @@ module.exports = { ...@@ -47,8 +48,6 @@ module.exports = {
"unicode-bom": "error", "unicode-bom": "error",
}, },
globals: { globals: {
// this file
module: "writable",
//script.js //script.js
gradioApp: "writable", gradioApp: "writable",
onUiLoaded: "writable", onUiLoaded: "writable",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment