Update types and remove unnecessary ts-ignores

This commit is contained in:
Johannes Loher 2021-06-30 16:02:49 +02:00
parent 91e5007391
commit 0369748629
5 changed files with 2 additions and 14 deletions

View file

@ -14,9 +14,6 @@ import { isDS4ItemDataTypePhysical } from "./item-data-source";
export class DS4ItemSheet extends ItemSheet<ItemSheet.Options, DS4ItemSheetData> {
/** @override */
static get defaultOptions(): ItemSheet.Options {
// TODO: Improve
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
return foundry.utils.mergeObject(super.defaultOptions, {
width: 540,
height: 400,