Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Support autofix at the very start of blocks #119

Merged
merged 1 commit into from
Oct 8, 2019

Commits on Sep 7, 2019

  1. Fix: Support autofix at the very start of blocks

    Previously, if a rule added an autofix at index 0 of a code block, all
    code from the start of the markdown file until the start of that code
    block would be removed. Now, the autofix is applied as expected.
    
    Fixes lydell/eslint-plugin-simple-import-sort#22
    lydell committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    28f7f42 View commit details
    Browse the repository at this point in the history