typescript-eslint-language-service
typescript-eslint-language-service copied to clipboard
TypeScript language service plugin for ESLint
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/Quramy/typescript-eslint-language-service). ## Config Migration Needed - [ ]...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`16.11.47` -> `16.11.62`](https://renovatebot.com/diffs/npm/@types%2fnode/16.11.47/16.11.62) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/typescript-eslint) | [`5.26.0` -> `5.38.1`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/5.26.0/5.38.1) | [](https://docs.renovatebot.com/merge-confidence/)...
Hello. I frequently use eslint as my formatter using its "fix all" command after hooking it up to prettier with `eslint-config-prettier` and `eslint-plugin-prettier`. Is it possible to achieve the same...
We found that this library works well in `posix` (Mac, Unix or using WSL) but it fails when we run it on Windows `win32`. There are a few places that...
- https://github.com/Quramy/typescript-eslint-language-service/issues/466
This one is a rabbit hole. The problem is similar to https://github.com/import-js/eslint-plugin-import/issues/2301, but is more localized to `typescript-eslint-language-service`. I've got a monorepo project set up with `yarn` workspaces. Inside one...
I'm using yarn berry, which does make it more of a pain than it needs to be. Here's some missing dependencies according to yarn: ```yaml //.yarnrc.yml packageExtensions: typescript-eslint-language-service@*: dependencies: '@typescript-eslint/scope-manager':...
The option "Fix all in file" is not working. When several same error is reported, selecting the option "single fix" works, while "fix all" does nothing. For example, with rule...
@Quramy Could be possible add to the options after "fix" also the "disable rule" possibility? For example for TSLint LS: https://github.com/microsoft/typescript-tslint-plugin 