-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
status: blocked on external APIWaiting for an external dependency...Waiting for an external dependency...type: bugSomething isn't working 🐛Something isn't working 🐛
Description
Bug Report Checklist
- I have tried restarting my IDE and the issue persists.
- I have pulled the latest
mainbranch of the repository. - I have searched for related issues and found none that matched my issue.
Expected
As originally reported by #14: type snapshots should update if ESLint is run in --fix mode. For a while they were always being updated (unless disableExpectTypeSnapshotFix was enabled).
Actual
As of #113, type snapshots are only updated if process.argv.includes('--fix'). That doesn't account for programmatic usage of ESLint's Node.js API such as from an editor extension.
Additional Info
No response
Metadata
Metadata
Assignees
Labels
status: blocked on external APIWaiting for an external dependency...Waiting for an external dependency...type: bugSomething isn't working 🐛Something isn't working 🐛