1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2025-12-24 07:12:57 +00:00

Moving Maintenance Profile to TypeScript for better types

This commit is contained in:
2024-11-27 22:11:35 +04:00
parent 97b79b0b0d
commit 666d374057
16 changed files with 110 additions and 133 deletions

View File

@@ -1,5 +1,5 @@
<script>
/** @type {import('$lib/extension/entities/MaintenanceProfile.js').default} */
/** @type {import('$entities/MaintenanceProfile.ts').default} */
export let profile;
const sortedTagsList = profile.settings.tags.sort((a, b) => a.localeCompare(b));