🎨 Improve code readability by reformatting and updating function definitions and comments

This commit is contained in:
2026-01-28 18:18:55 +00:00
parent 1944b43af8
commit a24f766e37
154 changed files with 7261 additions and 117 deletions

View File

@@ -18,6 +18,7 @@
"organize:pokemon": "node code/utils/organize-pokemon-resources.js",
"pokedex:install": "cd code/websites/pokedex.online && npm install",
"pokedex:dev": "cd code/websites/pokedex.online && npm run dev",
"pokedex:dev:full": "cd code/websites/pokedex.online && npm run dev:full",
"pokedex:build": "cd code/websites/pokedex.online && npm run build",
"pokedex:preview": "cd code/websites/pokedex.online && npm run preview"
},