apple2js/test/util
Ian Flanigan 04ae0327c2
Add the recommended eslint plugins for TypeScript (#121)
This adds both the recommended TypeScript checks, plus the recommended
TypeScript checks that require type checking.  This latter addition
means that eslint essentially has to compile all of the TypeScript in
the project, causing it to be slower. This isn't much of a problem in
VS Code because there's a lot of caching being done, but it's clearly
slower when run on the commandline.

All of the errors are either fixed or suppressed.  Some errors are
suppressed because fixing them would be too laborious for the little
value gained.

The eslint config is also slightly refactored to separate the strictly
TypeScript checks from the JavaScript checks.
2022-05-31 08:38:40 -07:00
..
asserts.ts Improve debug performance, abstract debugger. (#61) 2021-03-11 22:03:05 -08:00
bios.ts Add the recommended eslint plugins for TypeScript (#121) 2022-05-31 08:38:40 -07:00
cpu.ts Support Tom Harte test suite (#88) 2021-10-13 09:15:29 -07:00
image.ts Add the recommended eslint plugins for TypeScript (#121) 2022-05-31 08:38:40 -07:00
memory.ts Preact UI (#106) 2022-05-10 06:52:06 -07:00