Fix eslint and lint the codebase

This commit is contained in:
Oliver 2026-03-16 22:01:06 -06:00
parent 23a402f11a
commit 761f0b6563
6 changed files with 22 additions and 12 deletions

View file

@ -40,7 +40,7 @@ export class GenericItemSheet extends HandlebarsApplicationMixin(ItemSheetV2) {
meta: {
idp: this.id,
editable: this.isEditable,
limited: this.isLimited
limited: this.isLimited,
},
item: this.item,
system: this.item.system,