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
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
The text was updated successfully, but these errors were encountered:
Bug Report Checklist
main
branch of the repository.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 (unlessdisableExpectTypeSnapshotFix
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
The text was updated successfully, but these errors were encountered: