ci: Fix lint setup in chat package (no-changelog) (#8275)

This commit is contained in:
Iván Ovejero
2024-01-09 16:37:05 +01:00
committed by GitHub
parent d1ca368c7d
commit d5dcbbf8e5
15 changed files with 17 additions and 67 deletions

View File

@@ -1,9 +1,9 @@
<script lang="ts" setup>
import { Chat, ChatWindow } from '@n8n/chat/components';
import { computed, onMounted } from 'vue';
import hljs from 'highlight.js/lib/core';
import hljsXML from 'highlight.js/lib/languages/xml';
import hljsJavascript from 'highlight.js/lib/languages/javascript';
import { Chat, ChatWindow } from '@n8n/chat/components';
import { useOptions } from '@n8n/chat/composables';
defineProps({});