apple2js/js/formats
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
..
prodos TypeScript remnants (#94) 2021-12-22 10:37:21 -08:00
2mg.ts Clean up copyright notices (#93) 2021-12-21 12:35:26 -08:00
block.ts Clean up copyright notices (#93) 2021-12-21 12:35:26 -08:00
create_disk.ts Enforce strict equality (#115) 2022-05-18 08:19:45 -07:00
d13.ts Clean up copyright notices (#93) 2021-12-21 12:35:26 -08:00
do.ts Clean up copyright notices (#93) 2021-12-21 12:35:26 -08:00
format_utils.ts Add the recommended eslint plugins for TypeScript (#121) 2022-05-31 08:38:40 -07:00
nib.ts Clean up copyright notices (#93) 2021-12-21 12:35:26 -08:00
po.ts Clean up copyright notices (#93) 2021-12-21 12:35:26 -08:00
types.ts Turn on exactOptionalPropertyTypes (#110) 2022-05-11 17:20:49 -07:00
woz.ts Add the recommended eslint plugins for TypeScript (#121) 2022-05-31 08:38:40 -07:00