pokemon-showdown/tools/set-import
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
..
sets Simplify @pokemon-showdown/sets and rename package 2020-06-04 19:43:56 -07:00
importer.ts Add more style linting rules (#7537) 2020-10-19 02:42:28 -07:00
index.js Simplify @pokemon-showdown/sets and rename package 2020-06-04 19:43:56 -07:00
stats Update set-import stats to use latest stats logic 2020-02-27 17:00:40 -08:00