moonlight-mod / moonlight

Yet another Discord mod
https://moonlight-mod.github.io
GNU Lesser General Public License v3.0
102 stars 6 forks source link

ESLint plugin for moonlight pitfalls #85

Open NotNite opened 1 month ago

NotNite commented 1 month ago

We tell people to not fall for pitfalls but it's hard. Cyn just wasted an unknown number of hours because tsc autocompleted a Flux store import and created a duplicate copy of it. We should look into how ESLint plugins work and use one in here & in the sample extension.

Some ideas: