pokemon-showdown/data/mods/ssb
Guangcong Luo 9d87616176
Add more style linting rules (#7537)
* Lint arrow-body-style

* Lint prefer-object-spread

Object spread is faster _and_ more readable.

This also fixes a few unnecessary object clones.

* Enable no-parameter-properties

This isn't currently used, but this makes clear that it shouldn't be.

* Refactor more Promises to async/await

* Remove unnecessary code from getDataMoveHTML etc

* Lint prefer-string-starts-ends-with

* Stop using no-undef

According to the typescript-eslint FAQ, this is redundant with
TypeScript, and they're not wrong. This will save us from needing to
specify globals in two different places which will be nice.
2020-10-19 02:42:28 -07:00
..
abilities.ts Add more style linting rules (#7537) 2020-10-19 02:42:28 -07:00
conditions.ts SSB: Remove Ashe (#7332) 2020-09-07 16:59:59 -07:00
items.ts
moves.ts SSB: Remove Ashe (#7332) 2020-09-07 16:59:59 -07:00
pokedex.ts
random-teams.ts SSB: Remove Ashe (#7332) 2020-09-07 16:59:59 -07:00
scripts.ts Format volatiles consistently (#7314) 2020-09-05 08:12:24 -07:00