mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-30 20:33:06 -08:00
eslintrc: Use a file-local global comment for module
This commit is contained in:
parent
208f066e0e
commit
958d68fb14
1 changed files with 1 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue