๐ŸŽ‰ eslint-config-ts-prefixer v4.1.0 Released!

I just released eslint-config-ts-prefixer v4.1.0!

๐Ÿงฉ What Changed

Functionally, not much โ€” the main change is that I removed the Prettier rules. These days, tools like Biome and other formatters are becoming more common, so it made sense to keep ESLint focused on linting, not formatting.

๐Ÿ“˜ New Documentation Website

I also built a simple documentation site that explains each rule used in this config: ๐Ÿ‘‰ eslint-config-ts-prefixer Documentation

It includes descriptions and comments for every rule, so you can understand what each one does at a glance.

๐Ÿ’ก About This Package

This config is something I originally made for myself โ€” itโ€™s a collection of rules I personally like to use in my projects.

That said, I especially recommend the no-cycle rule. Itโ€™s super helpful for preventing circular dependencies, which can easily sneak into large TypeScript projects.

๐Ÿ—’๏ธ Small Improvements

Iโ€™ve added concise comments to each rule inside the config file itself, so when you open it, you can quickly see what the rule means in one line.

๐Ÿ™ Final Thoughts

To be honest, Iโ€™m not really โ€œinto lintingโ€ โ€” I donโ€™t like spending too much time on it ๐Ÿ˜… Thatโ€™s why I made this package: to reuse a set of useful rules that work for me.

Iโ€™m not an ESLint professional, so there might be mistakes or better approaches. If you notice anything, Iโ€™d love your feedback or pull requests on GitHub ๐Ÿ’ฌ