pokemon-showdown/lib
Guangcong Luo 3d68248efa Update to latest eslint
We're skipping two major typescript-eslint versions, so there are a
bunch of changes here, including:

- it's catching a lot of things it didn't catch in the past, for
  reasons unclear to me

- no-unused-vars has to be explicitly disabled in global-types now

- a lot of `ts-ignore`s were never necessary and have been fixed

- Crashlogger can now handle being thrown things that aren't errors.
  This has never been a problem in the past, but to satisfy TypeScript
	we might as well not die in a fire on the off chance someone tries to
	`throw null` or something.
2020-09-29 15:28:08 -07:00
..
crashlogger.ts Update to latest eslint 2020-09-29 15:28:08 -07:00
DASHYCODE.md Clarify Dashycode documentation 2019-07-12 02:04:07 -05:00
dashycode.ts Migrate to typescript-eslint (#6342) 2020-03-05 08:33:06 -08:00
fs.ts Update to latest eslint 2020-09-29 15:28:08 -07:00
net.ts Fix crash after failed Net request 2020-07-02 11:25:34 -07:00
process-manager.ts Fix stream destroying 2020-06-18 21:47:03 -07:00
repl.ts Update to latest eslint 2020-09-29 15:28:08 -07:00
STREAMS.md Introduce chunk readers for ReadStream (#7215) 2020-09-27 08:55:59 -07:00
streams.ts Fix bug in ReadStream buffer expansion 2020-09-27 16:44:40 -07:00
utils.ts Rename Dex.deepClone to Utils.deepClone 2020-08-21 04:24:34 -07:00