vuejs / vue-eslint-parser

The ESLint custom parser for `.vue` files.
MIT License
435 stars 74 forks source link

Make to use `project: undefined` when parsing script-fragments in `<template>`. #195

Open ota-meshi opened 1 year ago

ota-meshi commented 1 year ago

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.

kongmoumou commented 6 months ago

Any update? 😂

SimonSimCity commented 5 months ago

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.