• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

boardgameio / boardgame.io / 31389618222
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: devill/drop-tempy
DEFAULT BRANCH: master
Ran 10 Aug 2026 12:48PM UTC
Jobs 1
Files 55
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

10 Aug 2026 12:46PM UTC coverage: 100.0%. Remained the same
31389618222

push

github

web-flow
Migrate ESLint to flat config so ESLint 9 can land (#1325)

Replace `.eslintrc` and `.eslintignore` with a single `eslint.config.js`,
porting the existing extends, plugins, parser, env, rules and settings to
their flat-config equivalents at the already-installed plugin versions:

- `eslint:recommended` -> `@eslint/js` `js.configs.recommended`
- `plugin:jest/recommended` -> `configs['flat/recommended']`
- `plugin:unicorn/recommended` -> `configs['flat/recommended']`
- `plugin:react/recommended` -> `configs.flat.recommended`
- `plugin:@typescript-eslint/recommended` -> `configs['flat/recommended']`
- `plugin:prettier/recommended` -> `eslint-plugin-prettier/recommended`

`env: { node, browser, es6 }` becomes `languageOptions.globals`, and the
seven `.eslintignore` entries become an `ignores` block.

Bump `eslint` to ^9, promote `@eslint/js` to a direct devDependency, and
add `globals`.

The migration is behaviour-preserving -- `pnpm run lint` reports the same
(zero) problems before and after across the same files:

- Flat config lints dotfiles that `.eslintrc` skipped by default, so the
  jsdom stub `.empty_module.js` is added to `ignores` to stay unlinted.
- Flat config defaults `reportUnusedDisableDirectives` to "warn"; pin it
  back to "off" to match the previous default.
- Drop the now-unsupported `/* eslint-env es2020 */` comment from
  `jest.setup.js`; its globals are covered by `languageOptions.globals`.

`pnpm run lint` and `pnpm test` (43 suites / 903 passed) are green on
ESLint 9.

2038 of 2038 branches covered (100.0%)

Branch coverage included in aggregate %.

2918 of 2918 relevant lines covered (100.0%)

26332.79 hits per line

Jobs
ID Job ID Ran Files Coverage
1 31389618222.1 10 Aug 2026 12:48PM UTC 110
100.0
GitHub Action Run
Source Files on build 31389618222
  • Tree
  • List 55
  • Changed 50
  • Source Changed 0
  • Coverage Changed 50
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #31389618222
  • 5e9a2c94 on github
  • Prev Build on main (#30789629989)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc