This repository was archived by the owner on Nov 20, 2024. It is now read-only.
👋
#779
Replies: 2 comments 3 replies
-
Hey! I've been planning on doing an overhaul but I'm afraid I currently and for the near-future don't have the time available to work on it. I had been holding off updating it for a bit due to Flat Config and wait and see a bit how the ecosystem reacts/catches up. What needs to be done is now summarized here |
Beta Was this translation helpful? Give feedback.
1 reply
-
@axelboc It's been five months and while its been on the back of my mind, I definitely haven't gotten around to even looking at it and am afraid I won't in the near future. As a result I'm toying around the idea of archiving it... |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @ljosberinn, hope you're well!
Just wondering if you're planning any work on Galex in the near future. The config's dependencies are starting to fall out of date a fair bit, notably Typescript (5.1, when the latest is 5.4) and
@typescript-eslint/eslint-plugin
(5.56 when the latest is 7.8!)FYI, I've upgraded TypeScript in my project, and this caused issues with some rules from
eslint-plugin-etc
. I had to turn off the following:etc/no-internal
,etc/no-misused-generics
andetc/no-deprecated
(I had enabled the latter myself, sincetsc
doesn't warn on deprecated APIs).Note also that the current version of
@typescript-eslint/eslint-plugin
still logs the following warning every time I run ESLint, because the version of TypeScript is greater than 5.0: "WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree."Beta Was this translation helpful? Give feedback.
All reactions