Skip to content

Commit

Permalink
eslintrc: Use a file-local global comment for module
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed May 19, 2023
1 parent 208f066 commit 958d68f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* global module */
module.exports = {
env: {
browser: true,
Expand Down Expand Up @@ -47,8 +48,6 @@ module.exports = {
"unicode-bom": "error",
},
globals: {
// this file
module: "writable",
//script.js
gradioApp: "writable",
onUiLoaded: "writable",
Expand Down

0 comments on commit 958d68f

Please sign in to comment.