typescript-eslint-language-service icon indicating copy to clipboard operation
typescript-eslint-language-service copied to clipboard

TypeScript language service plugin for ESLint

Results 31 typescript-eslint-language-service issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Awaiting Schedule These updates are awaiting their schedule. Click on a checkbox to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) | [![age](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.38.1/age-slim)](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 ![image](https://user-images.githubusercontent.com/11500763/114276986-6f811800-9a29-11eb-943d-1d1390acc80c.png)