Update types and remove unnecessary ts-ignores
This commit is contained in:
parent
91e5007391
commit
0369748629
5 changed files with 2 additions and 14 deletions
|
@ -10,9 +10,6 @@ import { DS4ActorSheet } from "./actor-sheet";
|
|||
export class DS4CharacterActorSheet extends DS4ActorSheet {
|
||||
/** @override */
|
||||
static get defaultOptions(): ActorSheet.Options {
|
||||
// TODO: Improve
|
||||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
||||
// @ts-ignore
|
||||
return foundry.utils.mergeObject(super.defaultOptions, {
|
||||
classes: ["ds4", "sheet", "actor", "character"],
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue