apple2js/test/js
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
..
__image_snapshots__ Videomode refactor 2 (#80) 2021-05-25 12:08:10 -07:00
__mocks__ Add the recommended eslint plugins for TypeScript (#121) 2022-05-31 08:38:40 -07:00
formats Add the recommended eslint plugins for TypeScript (#121) 2022-05-31 08:38:40 -07:00
ui Preact UI (#106) 2022-05-10 06:52:06 -07:00
base64.test.ts Flesh out some state stuff (#59) 2021-02-27 19:17:36 -08:00
canvas.test.ts jest 27 2021-10-02 07:21:37 -07:00
debugger.spec.ts Support Tom Harte test suite (#88) 2021-10-13 09:15:29 -07:00
gl.test.ts jest 27 2021-10-02 07:21:37 -07:00
rom.test.ts Jest lint (#118) 2022-05-30 09:29:48 -07:00
util.test.ts Jest lint (#118) 2022-05-30 09:29:48 -07:00