๐ 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 ๐ฌ
