You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2023. It is now read-only.
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.
0 commit comments