pokemon-showdown/data/mods/gen5
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
..
abilities.ts Move descriptions to data/text/ files (#7036) 2020-09-06 22:00:11 -07:00
conditions.ts Replace @ts-ignore with type assertions or other less unsafe constructs (#7390) 2020-09-19 02:07:48 -07:00
formats-data.ts Gens 4-6 OU: Put consistently low usage Pokemon in OU by technicality 2020-08-29 10:41:55 -04:00
items.ts
moves.ts Move descriptions to data/text/ files (#7036) 2020-09-06 22:00:11 -07:00
pokedex.ts
random-teams.ts Update to latest eslint 2020-09-29 15:28:08 -07:00
rulesets.ts Rename FormatsData to FormatData 2020-09-07 19:35:14 -07:00
scripts.ts
typechart.ts