pokemon-showdown/lib
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
..
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 Add more style linting rules (#7537) 2020-10-19 02:42:28 -07:00
fs.ts Update to TypeScript 4.0 (#7504) 2020-10-10 14:43:32 -07:00
net.ts Fix crash after failed Net request 2020-07-02 11:25:34 -07:00
process-manager.ts Add more style linting rules (#7537) 2020-10-19 02:42:28 -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