improve: ensure 'npm run lint' passes without errors #249

Merged
Sainan merged 9 commits from eslint into main 2024-06-01 04:03:27 -07:00
Showing only changes of commit 61a8c63944 - Show all commits

View File

@ -18,3 +18,4 @@ jobs:
- run: cp config.json.example config.json - run: cp config.json.example config.json
- run: echo '{"version":"","buildLabel":"","matchmakingBuildId":""}' > static/data/buildConfig.json - run: echo '{"version":"","buildLabel":"","matchmakingBuildId":""}' > static/data/buildConfig.json
- run: npm run build - run: npm run build
- run: npm run lint