ESLint Plugin
complete
Daniel Cousineau
I've made a few bone-headed mistakes in the past that theoretically could be caught by ESLint.
In particular I had issues where classes are being applied but the classes have no content. The reason why is because I was using Panda functions in a file that was not included in the panda.config.ts inclusion glob.
An ESLint plugin could have caught this issue e.g. "hey you're using panda functions in a file that is not included in panda's scanning config, we suggest updating your panda.config.ts".
Frika Dellios
https://github.com/honojs/middleware/tree/main/packages/eslint-config
But, I am always use BiomeJS
Anuoluwapo Abraham
Frika Dellios: Biome does not support custom rules yet.
Segun Adebayo
complete
Alexandre Stahmer
in progress
Daniel Cousineau
Alexandre Stahmer: I saw this recently get released and I’m incredibly excited to implement. My compliments to the team!
Anuoluwapo Abraham