Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
TikaelSol committed Sep 23, 2024
1 parent db33e43 commit 5352b4d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/scripts/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,14 @@ import { Size } from "@module/data.ts";
import { JournalSheetPF2e } from "@module/journal-entry/sheet.ts";
import { configFromLocalization, sluggify } from "@util";
import * as R from "remeda";
import { damageCategories, damageRollFlavors, damageTypes, energyDamageTypes,materialDamageEffects, physicalDamageTypes, } from "./damage.ts";
import {
damageCategories,
damageRollFlavors,
damageTypes,
energyDamageTypes,
materialDamageEffects,
physicalDamageTypes,
} from "./damage.ts";
import { immunityTypes, resistanceTypes, weaknessTypes } from "./iwr.ts";
import {
actionTraits,
Expand Down

0 comments on commit 5352b4d

Please sign in to comment.