https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41129

--- Comment #67 from Paul Derscheid <[email protected]> ---
Created attachment 202178
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=202178&action=edit
Bug 41129: (follow-up) Make ESLint parse TypeScript Vue SFCs

The booking components are the first SFCs using <script setup lang="ts">;
vue-eslint-parser needs the typescript-eslint parser for their script
blocks, otherwise every such component fails with a parsing error and is
skipped by ESLint entirely.

- scope a languageOptions block to **/*.vue delegating script parsing to
  ts.parser (typescript-eslint is already a dependency)

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to