mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-04-26 01:57:21 -05:00
Fix lint
This commit is contained in:
parent
a1f3f059d1
commit
88c312f521
|
|
@ -261,7 +261,13 @@ process.stdout.write("Building `data/teambuilder-tables.js`... ");
|
|||
const LC = GENS.map(num => num + 0.7);
|
||||
const STADIUM = [2.04, 1.04];
|
||||
const NATDEX = [9.1, 8.1];
|
||||
const OTHER = [9.9, 9.6, 9.411, 9.41, 9.401, 9.4, 9.33, 9.2, -9.4, -9.401, 8.6, 8.4, 8.2, 8.1, -8.4, -8.6, 7.1, 5.1, 3.1];
|
||||
const OTHER = [
|
||||
9.9, 9.6, 9.411, 9.41, 9.401, 9.4, 9.33, 9.2, -9.4, -9.401,
|
||||
8.6, 8.4, 8.2, 8.1, -8.4, -8.6,
|
||||
7.1,
|
||||
5.1,
|
||||
3.1,
|
||||
];
|
||||
|
||||
// process.stdout.write("\n ");
|
||||
for (const genIdent of [...GENS, ...DOUBLES, ...VGC, ...NFE, ...STADIUM, ...OTHER, ...NATDEX, ...LC]) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user