From 60a544c62ad0c1e37ee363bbb9e3dd2631dbd29b Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Thu, 5 Jan 2023 20:06:01 +0800 Subject: [PATCH] docs: mention `@volar-plugins/eslint` --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 5e53616..09eca85 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,4 @@ A workaround is to create a separate `tsconfig.eslint.json` as follows: ## Further Improvements - Support [ESLint Flag Config](https://eslint.org/docs/latest/user-guide/configuring/configuration-files-new). -- It seems possible to lift the TSX/JSX restriction in `.vue` files without disabling the type-aware linting rules. -[`@typescript-eslint/parser` allows passing `program` instance](https://github.com/typescript-eslint/typescript-eslint/tree/v5.30.7/packages/parser#parseroptionsprograms) to override any programs that would have been computed from `parserOptions.project`. -If we provide a `program` created by [Volar](https://github.com/johnsoncodehk/volar), maybe it can have better support for `.vue` files? -I haven't yet got the time to try it out. +- Keep an eye on [`@volar-plugins/eslint`](https://github.com/johnsoncodehk/volar/discussions/2204) for potentially better TypeScript integrations.