AndreaPontrandolfo / sheriff

A comprehensive and opinionated Typescript-first ESLint configuration.
https://www.eslint-config-sheriff.dev
MIT License
104 stars 7 forks source link

Transition to native Typescript support #201

Open AndreaPontrandolfo opened 1 month ago

AndreaPontrandolfo commented 1 month ago

ESLint now supports eslint.config.{ts,cts,mts} natively. We should adopt that instead of our custom implementation with eslint-ts-patch.

AndreaPontrandolfo commented 1 month ago

BLOCKED BY: https://github.com/microsoft/vscode-eslint/issues/1917

lishaduck commented 2 weeks ago

Fixed by #225? I saw some parts in the diff about ts.

AndreaPontrandolfo commented 2 weeks ago

Oh no, we are still on antfu/eslint-ts-patch. I'm waiting for the dust to settle on https://github.com/microsoft/vscode-eslint/issues/1917 before migrating.