vue-eslint-parser
vue-eslint-parser copied to clipboard
Make to use `project: undefined` when parsing script-fragments in `<template>`.
related to #104 close #65
This PR makes the parser option to use project: undefined when parsing script fragments in <template> blocks.
This should improve performance when used with the typescript-eslint parser.
Any update? 😂
Might also solve my problem (https://github.com/nuxt/nuxt/discussions/25257). However, I want to raise a concern, that I don't know whether those rules I have in place will work when project is set to undefined. Would be nice to get some insights if my concerns can be ignored here.
what would happen if projectService is used instead?