mdm317

Results 7 issues of mdm317

Closes #2808 ## Summary implements [function-linear-gradient-no-nonstandard-direction ](https://stylelint.io/user-guide/rules/function-linear-gradient-no-nonstandard-direction/) ## Test Plan Add test cases

A-Project
L-CSS
A-Diagnostic

## PR Checklist - [x] Addresses an existing open issue: fixes #10445 - [x] That issue was marked as [accepting prs](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aopen+is%3Aissue+label%3A%22accepting+prs%22) - [x] Steps in [Contributing](https://typescript-eslint.io/contributing) were taken ## Overview...

triage
awaiting response

> [!CAUTION] > Currently blocked by https://github.com/typescript-eslint/typescript-eslint/issues/10334 / https://github.com/microsoft/TypeScript/issues/60514. See https://github.com/typescript-eslint/typescript-eslint/pull/11082#discussion_r2047412747 *** ## PR Checklist - [x] Addresses an existing open issue: fixes #11054 - [x] That issue was marked...

blocked by external API
blocked by another issue

Fixes #61743 This issue arised because the intersection types are different. ``` declare class X { private a: number; b: string; } type Y = { a: number } &...

For Backlog Bug

- fixes: #8984 - related: #9016 --- ## Cause When using `Omit`, a union type is transformed into an object. This causes `BaseQueryNarrowing` to behave unexpectedly and fail to narrow...

package: angular-query-experimental

## PR Checklist - [x] Addresses an existing open issue: fixes #11822 [x] That issue was marked as [accepting prs](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aopen+is%3Aissue+label%3A%22accepting+prs%22) - [x] Steps in [Contributing](https://typescript-eslint.io/contributing) were taken ### Problem BinaryExpression...

fix #5466 > https://github.com/TanStack/router/blob/4693e0e3d4340238a79f26a2a9b102b4e670ea2a/packages/router-core/src/link.ts#L222-L229 When `TResolvedPath` is a union such as "/invoices" | "/wrong". In this case, checking it directly with `(TResolvedPath & RouteToPath extends never `does not filter out...

package: react-router
package: router-core