xojs / eslint-config-xo-typescript

ESLint shareable config for TypeScript to be used with eslint-config-xo
MIT License
171 stars 25 forks source link

eslint v9 and typescript-eslint v8 support #87

Closed spence-s closed 3 months ago

spence-s commented 3 months ago

as of https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.0.0 eslint-config-xo-typescript is not compatible with the rule changes, lots of rules have changed or have been drop and I believe TSESL dropped a lot of rules and defers them to eslint or stylistic plugins.

EdJoPaTo commented 3 months ago

https://github.com/xojs/xo/issues/757

sindresorhus commented 3 months ago

I plan to convert this package to flat config soon.