mirror of
https://github.com/jcreek/LivingDexTracker.git
synced 2026-09-14 17:42:17 +00:00
style(data): reformat generated Pokédex data files
These two files are generated exports that prettier was not ignoring, so `prettier --check .` failed on them. Reformatting is isolated here because the diff is ~124k lines and would otherwise bury real changes. The only semantic change in this commit is the apostrophe in Farfetch'd and Sirfetch'd: U+0027 -> U+2019, matching the spelling the rest of the data already used. Everything else is whitespace.
This commit is contained in: