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 = {
env: {
browser: true,
......@@ -47,8 +48,6 @@ module.exports = {
"unicode-bom": "error",
},
globals: {
// this file
module: "writable",
//script.js
gradioApp: "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