https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41129 --- Comment #67 from Paul Derscheid <paul.derscheid@lmscloud.de> --- 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.