ow-mods / ow-mod-manager

Outer Wilds Mod Manager (Legacy)
https://outerwildsmods.com/mod-manager
MIT License
55 stars 6 forks source link

Linting and stricter TypeScript rules #11

Closed Raicuparta closed 4 years ago

amazingalek commented 4 years ago

Most of these look good. I'm not super excited about the last items in lists needing commas after them, and single parameters in lambda functions needing parenthesis, but 🤷

Raicuparta commented 4 years ago

Most of these look good. I'm not super excited about the last items in lists needing commas after them, and single parameters in lambda functions needing parenthesis, but 🤷

Just to be clear, this kind of stuff can be auto-fixed on save, so it's not a big deal. I actually like the last items having commas, means that you don't need to change two lines when adding an element, so the diffs are cleaner :)