-
Support resolving TypeScript language service plugins relative to the `tsconfig.json` that lists them. Right now only plugins relative to the TypeScript instance are (implicitly) allowed, which i…
-
Depends on a new version of `picocolors` being published with bright variants. The code has been committed, but latest [picocolors](https://www.npmjs.com/package/picocolors) but not yet released as of…
-
My eslint config has typescript rule
```ts
'@typescript-eslint/no-unused-vars': ['error', {
caughtErrors: 'none',
}],
```
eslint-plugin-oxlint is configured in eslint.config
```ts
},
…
-
I run into issues where this action fails if the typescript config file contains. I think this is because TypeScript uses [JSONC](https://github.com/muhammadmuzzammil1998/jsonc). You might be able to …
-
**Steps to Reproduce**
`import { StandaloneStructServiceProvider } from 'ketcher-standalone';`
**Actual behavior**
Importing `ketcher-standalone` results in the following TypeScript error message…
-
`Context` generics (specifically, `Input`) are inferred differently in `Deno` and `Node` for the same code.
Deno: v1.46.3; v2.0.3; v2.0.4
Node: v20.18.0
Hono: v4.6.8
@hono/zod-validator: v0.4.1
…
-
### What version of Oxlint are you using?
latest
### What command did you run?
npx oxlint -c .oxlint.json
### What does your `.oxlint.json` config file look like?
{
"plugins": ["typescript"]
…
-
[TypeScript 5.7](https://devblogs.microsoft.com/typescript/announcing-typescript-5-7-beta/#path-rewriting-for-relative-paths) will support a new compilerOption called "rewriteRelativeImportExtensions"…
-
### Link to the code that reproduces this issue
https://codesandbox.io/p/devbox/next-tsconfig-configdir-l7jgmy?file=%2Ftsconfig.json%3A23%2C15
### To Reproduce
1. Fork the sandbox
1. Run `pn…
-
## Summary
I would like to use the config in a project without TypeScript, as it has useful rules regardless of the presence/absence of TypeScript.
## Details
By default you only look at ts files a…