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:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user