Should We Replace eslint-config-galex with a Maintained Alternative? #1544
Replies: 2 comments 3 replies
-
Not something I know much about. A colleague mentioned they used the Airbnb style and quite liked it, but apparently this one also does not support ESLint 9. They also mentioned the Typescript style. |
Beta Was this translation helpful? Give feedback.
-
I ended up rewriting my own config in H5Web... It's 1200 lines-long! 😅 Obviously it's opinionated, like any ESLint config, but at least it's in line with the existing opinions of the project... 😂 See this PR for more details: silx-kit/h5web#1726 I've kept the dynamic aspect of Galex: it can detect a project's dependencies by looking at its My goal is to eventually share this config as an NPM package, but I want to test it in a few projects first. Happy to set it up in MXCuBE if you think it's a good fit. Of course, the idea would not to be to enforce the same rules as in H5Web (it's way too strict) but rather to start from a strict base and then disable the rules we don't want (at least for the moment) or that y'all find too opinionated. |
Beta Was this translation helpful? Give feedback.
-
The
eslint-config-galex
repository has been archived and is no longer maintained. Furthermore, it cannot be used witheslint
v.9.*+ and unfortunately older versions have reached EOL (see version support).It seems that there are alternative
ESLint Config
packages, does anyone have experiences with any alternative or suggestions on which one we could use to replace the current?Beta Was this translation helpful? Give feedback.
All reactions