pokemon-showdown/data/mods/gen3
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 Move descriptions to data/text/ files (#7036) 2020-09-06 22:00:11 -07:00
conditions.ts Rename more instances of Effect to Condition 2020-07-26 11:26:23 -07:00
formats-data.ts Gen 3: Random Battle fixes 2020-09-20 03:16:20 +04:00
items.ts Move descriptions to data/text/ files (#7036) 2020-09-06 22:00:11 -07:00
moves.ts Remove duplicate fail message from Encore (#7339) 2020-09-09 04:32:28 +04:00
random-teams.ts Gen 3: Random Battle fixes 2020-09-20 03:16:20 +04:00
rulesets.ts Rename FormatsData to FormatData 2020-09-07 19:35:14 -07:00
scripts.ts Add more style linting rules (#7537) 2020-10-19 02:42:28 -07:00