whscullin / apple2js

An Apple II emulator originally written in Javascript, now being converted to TypeScript
http://www.scullinsteel.com/apple2/
MIT License
438 stars 57 forks source link

Update various lint packages, fix lint issues #198

Closed whscullin closed 9 months ago

whscullin commented 1 year ago

Running the linter was causing warnings about mismatched versions, updating the linter brought new lint errors, and VS Code want to format things now, so maybe I will just break down and introduce prettier so my projects don't having clashing style overlords.

whscullin commented 9 months ago

Fixed in another PR.