How can I configure ESLint to retry fixes without causing duplicate writes?
When using ESLint to automatically apply fixes, a custom rule that transforms source code may be invoked multiple times during a retry loop. Each invocation writes the same transformed content back to the file, resulting in duplicate write operations that clutter the version‑control history and can cause unnecessary rebuilds. The desired outcome is for the f