Sudoku review #1

Open
BordedDev wants to merge 19 commits from BordedDev/sudoku:main into main
Showing only changes of commit 70a27f1089 - Show all commits

View File

@ -30,3 +30,5 @@ I'd recommend running Biome.js or ESlint + Prettier to clean up the code
(if you're using ML you can even make these strict enough about ordering and naming conventions) (if you're using ML you can even make these strict enough about ordering and naming conventions)
When you create an object where the key's and value's name are the same, you can use the shorthand `{ value }` instead of `{ value: value }` When you create an object where the key's and value's name are the same, you can use the shorthand `{ value }` instead of `{ value: value }`
Border radius doesn't propagate to the children, so the cells are still square and will show if it has a background