alveusgg / extension

Twitch extension for Alveus Sanctuary, allowing stream viewers to learn more about the ambassadors at the sanctuary.
https://www.twitch.tv/alveussanctuary
Other
67 stars 17 forks source link

Update to ESLint v9 w/ flat config #185

Open MattIPv4 opened 2 hours ago

MattIPv4 commented 2 hours ago

Probably best not to use the migration tool they provide, let's write a clean config from scratch. It needs the eslint recommended rules, the typescript-eslint recommended rules + parser, the great recommended rules + plugin, and the prettier plugin.

MattIPv4 commented 2 hours ago

https://github.com/search?q=eslint-plugin-react+typescript-eslint+path%3Aeslint.config.mjs&type=code is probably a good reference point for how other folks are doing minimal configs correctly with v9.