Open
Description
- eslint-interactive has several actions to fix problems using user scripts (e.g. "Apply suggestions", "Make forcibly fixable and run eslint --fix").
- The operation flow of these actions is as follows
- When the user launches an action, a temporary file is opened in the editor for writing the user script.
- The user edits the temporary file
- When the temporary file is closed in the editor, eslint-interactive uses the user script to fix the problem.
- If the behavior of the user script is not as expected, the flow must be redone from the beginning.
- This makes trial-and-error difficult.
- So we would like to make trial-and-error easier.