Skip to content

Make it easier for trial and error to apply user scripts #262

Open
@mizdra

Description

@mizdra
  • 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
    1. When the user launches an action, a temporary file is opened in the editor for writing the user script.
    2. The user edits the temporary file
    3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions