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

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

parent 208f066e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
/* 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",