summaryrefslogtreecommitdiff
path: root/packages/backend/src/models/ReversiGame.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* enable and fix no-unused-vars and no-async-promise-executor (#17070)anatawa122026-01-081-2/+2
| | | | | | | | | * dev: set --no-bail for lint task * lint: enable no-async-promise-executor lint and fix them * lint: enable no-unused-vars with allowing _ prefix * lint: fix semi
* chore: add missing SPDX ID and workflow check (#13570)zyoshoka2024-03-131-0/+5
| | | | | | | | | | | * chore: add workflow which checks if SPDX ID exists * chore: add missing SPDX ID in some files * chore: change trigger condition * chore: trigger on push * lint
* enhance(reversi): 変則なしマッチングを可能にsyuilo2024-01-241-0/+5
|
* enhance(reversi): tweak reversisyuilo2024-01-211-1/+19
|
* enhance(reversi): tweak reversisyuilo2024-01-201-8/+1
|
* feat: reversisyuilo2024-01-191-0/+127
Resolve #12962