Elo calculator

This commit is contained in:
Timothy Armes
2023-09-14 14:46:13 +02:00
parent ac467d7c38
commit 2d0c006446
9 changed files with 277 additions and 18 deletions
+1
View File
@@ -7,6 +7,7 @@
"build": "ANALYZE=true next build",
"start": "next start",
"lint": "next lint",
"typeCheck": "tsc -p ./tsconfig.json",
"format": "prettier --check \"**/*.{js,jsx,ts,tsx}\"",
"format:fix": "prettier --write \"**/*.{js,jsx,ts,tsx}\""
},