vue-eslint-parser
vue-eslint-parser copied to clipboard
The ESLint custom parser for `.vue` files.
Hi! Since we've added the `project: './tsconfig.json'` option to `parserOptions` _(to allow @typescript-eslint/prefer-nullish-coalescing rule for instance)_ the parsing is really really slow. On our project it went from 30s to...
Reason: https://github.com/typescript-eslint/typescript-eslint/issues/2865#issuecomment-742942987 Hi, I'm using `vue-eslint-parser` and `typescript-eslint` in company project. At the same time, I also help to contribute `typescript-eslint` project for fixing vue problems. This problems are only...
This PR changes `parserOptions.parser` to allow you to directly specify a parser object. As background, ESLint core is planning a new flat configuration. https://eslint.org/blog/2022/08/new-config-system-part-1/ The new configuration allows you to...
Hi, I'm not sure if this issue belongs to this repo or `eslint-plugin-vue`, but it does seem like a parsing issue. ### Problem Using VSCode, when we define global types...
Hello, it is very desired feature to have in [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue), but [they relay ](https://github.com/vuejs/eslint-plugin-vue/issues/310#issuecomment-405106740) on this lib to parse things. So I just wanted to ask if there are any...
close: https://github.com/vuejs/vue-eslint-parser/issues/102 This PR adds some utils for ESLint plugins, such as eslint-plugin-vue.
Hi, I'm a core maintainer of [eslint-plugin-gridsome](https://github.com/gridsome/eslint-plugin-gridsome) that depend on vue-eslint-parser. eslint-plugin-vue/lib/utils are great utils for a plugin that depend on vue-eslint-parser. So I want to use the utils as...
**Checklist** - [x] I checked the [FAQ](https://eslint.vuejs.org/user-guide/#faq). **Tell us about your environment** - **ESLint version:** 7.6.0 - **eslint-plugin-vue version:** 6.2.2 - **Node version:** 12.13.0 - **Operating System:** Windows 10 Version...
related to https://github.com/vuejs/eslint-plugin-vue/issues/2421