Tweak eslint config for global var changes in v13
This commit is contained in:
parent
df3fe3df88
commit
0cc202e48d
1 changed files with 2 additions and 5 deletions
|
|
@ -20,10 +20,6 @@ export default [
|
||||||
Handlebars: `readonly`,
|
Handlebars: `readonly`,
|
||||||
Hooks: `readonly`,
|
Hooks: `readonly`,
|
||||||
ui: `readonly`,
|
ui: `readonly`,
|
||||||
Actor: `readonly`,
|
|
||||||
Actors: `readonly`,
|
|
||||||
Item: `readonly`,
|
|
||||||
Items: `readonly`,
|
|
||||||
ActorSheet: `readonly`,
|
ActorSheet: `readonly`,
|
||||||
ItemSheet: `readonly`,
|
ItemSheet: `readonly`,
|
||||||
foundry: `readonly`,
|
foundry: `readonly`,
|
||||||
|
|
@ -31,7 +27,8 @@ export default [
|
||||||
ActiveEffect: `readonly`,
|
ActiveEffect: `readonly`,
|
||||||
Dialog: `readonly`,
|
Dialog: `readonly`,
|
||||||
renderTemplate: `readonly`,
|
renderTemplate: `readonly`,
|
||||||
TextEditor: `readonly`,
|
fromUuid: `readonly`,
|
||||||
|
fromUuidSync: `readonly`,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue