Commit Graph

8 Commits

Author SHA1 Message Date
André Bastos Dias
737a8095ac
Add Full Arceus Clause (#11725)
Some checks failed
Node.js CI / build (18.x) (push) Has been cancelled
* Enable Arceus EV Limit Mod

* English

* Add comment with implementation location

* Add Full Arceus Clause

* Add event for clause

* Move comment

* Lint

* Simplify assignments

* Revert Melmetal changes

* Revert "Revert Melmetal changes"

This reverts commit 8c4a04e67c.

* Reapply "Revert Melmetal changes"

This reverts commit 7553972011.

* Add explanation comment

* Remove test

* Comment
2026-02-08 10:24:39 -07:00
André Bastos Dias
117cb69c89
Expand Arceus EV Limit to all level 100 events (#11724) 2026-01-26 09:24:43 -06:00
Guangcong Luo
78439b4a02
Update to ESLint 9 (#10926)
ESLint has a whole new config format, so I figure it's a good time to
make the config system saner.

- First, we no longer have separate eslint-no-types configs. Lint
  performance shouldn't be enough of a problem to justify the
  relevant maintenance complexity.

- Second, our base config should work out-of-the-box now. `npx eslint`
  will work as expected, without any CLI flags. You should still use
  `npm run lint` which adds the `--cached` flag for performance.

- Third, whatever updates I did fixed style linting, which apparently
  has been bugged for quite some time, considering all the obvious
  mixed-tabs-and-spaces issues I found in the upgrade.

Also here are some changes to our style rules. In particular:

- Curly brackets (for objects etc) now have spaces inside them. Sorry
  for the huge change. ESLint doesn't support our old style, and most
  projects use Prettier style, so we might as well match them in this way.
  See https://github.com/eslint-stylistic/eslint-stylistic/issues/415

- String + number concatenation is no longer allowed. We now
  consistently use template strings for this.
2025-02-25 20:03:46 -08:00
dot-Comfey
a7fd1c1c07
Allow underleveled event Pokemon (#10478) 2024-09-07 18:34:40 -05:00
Karthik Bandagonda
a87b63b59a
Replace shiny WISHMKR Jirachi events with Pokemon Channel event (#10408) 2024-07-10 19:40:16 -05:00
dot-Comfey
48059af0a2
Add min source gen for event-only Pokemon (#10339) 2024-06-10 21:37:38 -05:00
Leonard Craft III
834df75545
Improve VGC 2009 support (#10120) 2024-01-19 16:25:02 -07:00
Alexander B
ada5e0cad2
Unit tests: Refactor validator tests (#9069) 2022-11-29 20:55:17 -06:00