This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: getting rules for ignoreFixableRulesWhileTyping
A `cliEngine` does not have `getRules` among its own properties, instead the function is a class method. Because of this, the `getRules` function in `worker-helpers.js` would just return an empty map and `ignoreFixableRulesWhileTyping` couldn't work.
- Loading branch information