This is for a bug report from antfu/eslint-config.
- Install with
npm i- The current state of this repo is working,
npm run typecheckonly shows one error included to demonstrate that typechecking works.
- The current state of this repo is working,
- To make the bug appear, run eslint with the current configuration:
npm run eslint -- --fixNow,npm run typecheckproduces two errors.
Set the semi-rule to always (as in eslint.working.config.js):
- Revert to a working state (e.g. by running
npm run openapi-ts). - Run with working config:
npm run eslint -- --fix --config eslint.working.config.js - Check:
npm run typecheck